diff options
| author | JosJuice <josjuice@gmail.com> | 2023-09-09 16:19:47 +0200 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2023-10-31 19:43:49 +0100 |
| commit | b3bfcc5d7f06bb029bf919525f7722ec01f7a28f (patch) | |
| tree | 0a4062a35c35afa0a439a71b2d2e9981968445cb /Source/Android/app/src/main/java | |
| parent | 899d61bc7dd093393aafcd88c4f072ff879228a7 (diff) | |
PowerPC: Allow toggling write-back cache during emulation
Now that PR 10575 is merged, the JIT automatically clears its cache
when this setting is changed, making this reasonable to implement.
Diffstat (limited to 'Source/Android/app/src/main/java')
| -rw-r--r-- | Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/BooleanSetting.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/BooleanSetting.kt b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/BooleanSetting.kt index 298f2ebe24..5ccc6b4aad 100644 --- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/BooleanSetting.kt +++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/model/BooleanSetting.kt @@ -902,7 +902,6 @@ enum class BooleanSetting( MAIN_OVERRIDE_REGION_SETTINGS, MAIN_MMU, MAIN_PAUSE_ON_PANIC, - MAIN_ACCURATE_CPU_CACHE, MAIN_RAM_OVERRIDE_ENABLE, MAIN_CUSTOM_RTC_ENABLE, MAIN_DSP_JIT, |
