diff options
| author | 2021-11-17 04:19:29 +0100 | |
|---|---|---|
| committer | 2022-01-04 02:39:00 +0100 | |
| commit | f58ee3f15f7427a8b834286384931bcf821ed771 (patch) | |
| tree | 1ef8367f64cbee6220c4e5600249697e5cd8e826 /src/common | |
| parent | Merge pull request #7648 from bunnei/thread-pinning (diff) | |
| download | yuzu-f58ee3f15f7427a8b834286384931bcf821ed771.tar.gz yuzu-f58ee3f15f7427a8b834286384931bcf821ed771.tar.xz yuzu-f58ee3f15f7427a8b834286384931bcf821ed771.zip | |
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"}; |