diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2022-03-26 14:03:02 +0100 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2022-05-08 21:37:34 -0400 |
commit | 5562ae9cc57a0dfc66165f60f424f5123c666ba6 (patch) | |
tree | 34262dd08e3a9c064b0d17294c459b6912aa5132 /src/yuzu/configuration/configure_debug.ui | |
parent | 4087f1d10f3fd1a2e03d00be7d77efe55a4f16e5 (diff) |
VideoCore: Add option to dump the macros.
Co-Authored-By: liamwhite <liamwhite@users.noreply.github.com>
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 c1d90d588..863a3fd57 100644 --- a/src/yuzu/configuration/configure_debug.ui +++ b/src/yuzu/configuration/configure_debug.ui @@ -118,6 +118,19 @@ </property> </widget> </item> + <item row="0" column="2"> + <widget class="QCheckBox" name="dump_macros"> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="toolTip"> + <string>When checked, it will dump all the macro programs of the GPU</string> + </property> + <property name="text"> + <string>Dump Maxwell Macros</string> + </property> + </widget> + </item> <item row="0" column="1"> <widget class="QCheckBox" name="disable_macro_jit"> <property name="enabled"> |