PostProcessing/FX: Remove debug shader dump

This commit is contained in:
Stenzek 2024-07-07 12:28:58 +10:00
parent a3d600d5c3
commit 6f50e12ea2
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -443,8 +443,6 @@ bool PostProcessing::ReShadeFXShader::CreateModule(s32 buffer_width, s32 buffer_
}
cg->write_result(*mod);
FileSystem::WriteBinaryFile("D:\\out.txt", mod->code.data(), mod->code.size());
return true;
}