diff options
| author | 2022-01-03 17:56:30 -0800 | |
|---|---|---|
| committer | 2022-01-03 17:56:30 -0800 | |
| commit | c68a0d17fc30d9b91b8324b3899556e3ebfea8d5 (patch) | |
| tree | 3ec6f215ab86e6a9baf181efc9839eaa8bf56cf4 /src/common | |
| parent | Merge pull request #7668 from ameerj/fence-stop-token (diff) | |
| parent | ShaderDecompiler: Add a debug option to dump the game's shaders. (diff) | |
| download | yuzu-c68a0d17fc30d9b91b8324b3899556e3ebfea8d5.tar.gz yuzu-c68a0d17fc30d9b91b8324b3899556e3ebfea8d5.tar.xz yuzu-c68a0d17fc30d9b91b8324b3899556e3ebfea8d5.zip | |
Merge pull request #7251 from FernandoS27/shader-dump
ShaderDecompiler: Add a debug option to dump the game's shaders.
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index 313f1fa7f..d01c0448c 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -597,6 +597,7 @@ struct Values { | |||
| 597 | BasicSetting<std::string> program_args{std::string(), "program_args"}; | 597 | BasicSetting<std::string> program_args{std::string(), "program_args"}; |
| 598 | BasicSetting<bool> dump_exefs{false, "dump_exefs"}; | 598 | BasicSetting<bool> dump_exefs{false, "dump_exefs"}; |
| 599 | BasicSetting<bool> dump_nso{false, "dump_nso"}; | 599 | BasicSetting<bool> dump_nso{false, "dump_nso"}; |
| 600 | BasicSetting<bool> dump_shaders{false, "dump_shaders"}; | ||
| 600 | BasicSetting<bool> enable_fs_access_log{false, "enable_fs_access_log"}; | 601 | BasicSetting<bool> enable_fs_access_log{false, "enable_fs_access_log"}; |
| 601 | BasicSetting<bool> reporting_services{false, "reporting_services"}; | 602 | BasicSetting<bool> reporting_services{false, "reporting_services"}; |
| 602 | BasicSetting<bool> quest_flag{false, "quest_flag"}; | 603 | BasicSetting<bool> quest_flag{false, "quest_flag"}; |