From dc06e11a7ba24c6052cad2c45584c628a8188274 Mon Sep 17 00:00:00 2001
From: lat9nq <22451773+lat9nq@users.noreply.github.com>
Date: Thu, 8 Jul 2021 16:56:44 -0400
Subject: settings, arm_dynarmic, yuzu qt: Move CPU debugging option
Decouples the CPU debugging mode from the enumeration to its own
boolean. After this, it moves the CPU Debugging tab over to a sub tab
underneath the Debug tab in the configuration UI.
---
src/yuzu/configuration/configure_debug.ui | 63 +++++++++++++++++--------------
1 file changed, 35 insertions(+), 28 deletions(-)
(limited to 'src/yuzu/configuration/configure_debug.ui')
diff --git a/src/yuzu/configuration/configure_debug.ui b/src/yuzu/configuration/configure_debug.ui
index c8087542f..1260ad6f0 100644
--- a/src/yuzu/configuration/configure_debug.ui
+++ b/src/yuzu/configuration/configure_debug.ui
@@ -7,7 +7,7 @@
0
0
400
- 486
+ 777
@@ -192,34 +192,41 @@
- -
-
-
- Enable Debug Asserts
-
-
-
- -
-
-
- Enable Auto-Stub
-
-
-
-
-
-
-
- true
-
-
-
- This will be reset automatically when yuzu closes.
-
-
- 20
-
-
+
+
+ Enable CPU Debugging
+
+
+
+ -
+
+
+ Enable Debug Asserts
+
+
+
+ -
+
+
+ Enable Auto-Stub
+
+
+
+ -
+
+
+
+ true
+
+
+
+ This will be reset automatically when yuzu closes.
+
+
+ 20
+
+
--
cgit v1.2.3