diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-11-17 04:19:29 +0100 |
---|---|---|
committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2022-01-04 02:39:00 +0100 |
commit | f58ee3f15f7427a8b834286384931bcf821ed771 (patch) | |
tree | 1ef8367f64cbee6220c4e5600249697e5cd8e826 /src/yuzu/configuration/configure_debug.ui | |
parent | da8e0f6571095e50aa58ec5c4e3a1bd60f90c581 (diff) |
ShaderDecompiler: Add a debug option to dump the game's shaders.
Diffstat (limited to 'src/yuzu/configuration/configure_debug.ui')
-rw-r--r-- | src/yuzu/configuration/configure_debug.ui | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/yuzu/configuration/configure_debug.ui b/src/yuzu/configuration/configure_debug.ui index 0f3b51c8d..4dd870855 100644 --- a/src/yuzu/configuration/configure_debug.ui +++ b/src/yuzu/configuration/configure_debug.ui @@ -105,6 +105,19 @@ </property> </widget> </item> + <item row="2" column="1"> + <widget class="QCheckBox" name="dump_shaders"> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="toolTip"> + <string>When checked, it will dump all the original assembler shaders from the disk shader cache or game as found</string> + </property> + <property name="text"> + <string>Dump Game Shaders</string> + </property> + </widget> + </item> <item row="0" column="1"> <widget class="QCheckBox" name="disable_macro_jit"> <property name="enabled"> |