Browse Source
[arm] Add "debugging" cpu accuracy option to replace CPU debug toggle (#2640)
[arm] Add "debugging" cpu accuracy option to replace CPU debug toggle (#2640)
The debug toggle and the CPU accuracy options are mutually exclusive, if debug toggle on => cpu accuracy is ignored, if debug toggle off => cpu accuracy is used. So just add it to cpu accuracy and avoid the extra hassle. Signed-off-by: lizzie <lizzie@eden-emu.dev> Co-authored-by: crueter <crueter@eden-emu.dev> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2640 Reviewed-by: crueter <crueter@eden-emu.dev> Co-authored-by: lizzie <lizzie@eden-emu.dev> Co-committed-by: lizzie <lizzie@eden-emu.dev>pull/2761/head
committed by
crueter
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
13 changed files with 87 additions and 107 deletions
-
1src/android/app/src/main/java/org/yuzu/yuzu_emu/features/settings/model/BooleanSetting.kt
-
8src/android/app/src/main/java/org/yuzu/yuzu_emu/features/settings/model/view/SettingsItem.kt
-
1src/android/app/src/main/java/org/yuzu/yuzu_emu/features/settings/ui/SettingsFragmentPresenter.kt
-
2src/android/app/src/main/res/values/arrays.xml
-
3src/android/app/src/main/res/values/strings.xml
-
6src/common/settings.cpp
-
3src/common/settings.h
-
2src/common/settings_enums.h
-
77src/core/arm/dynarmic/arm_dynarmic_32.cpp
-
79src/core/arm/dynarmic/arm_dynarmic_64.cpp
-
1src/qt_common/config/shared_translation.cpp
-
3src/yuzu/configuration/configure_debug.cpp
-
8src/yuzu/configuration/configure_debug.ui
Write
Preview
Loading…
Cancel
Save
Reference in new issue