From b3bfcc5d7f06bb029bf919525f7722ec01f7a28f Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sat, 9 Sep 2023 16:19:47 +0200 Subject: 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. --- .../org/dolphinemu/dolphinemu/features/settings/model/BooleanSetting.kt | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/Android/app/src/main/java') 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, -- cgit v1.2.3