Skip to content

Commit

Permalink
PostProcessing/FX: Remove debug shader dump
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Jul 7, 2024
1 parent a3d600d commit 6f50e12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/util/postprocessing_shader_fx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 6f50e12

Please sign in to comment.