mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-18 03:45:41 +00:00
PostProcessing/FX: Remove debug shader dump
This commit is contained in:
parent
a3d600d5c3
commit
6f50e12ea2
|
@ -443,8 +443,6 @@ bool PostProcessing::ReShadeFXShader::CreateModule(s32 buffer_width, s32 buffer_
|
||||||
}
|
}
|
||||||
|
|
||||||
cg->write_result(*mod);
|
cg->write_result(*mod);
|
||||||
|
|
||||||
FileSystem::WriteBinaryFile("D:\\out.txt", mod->code.data(), mod->code.size());
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue