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.
This commit is contained in:
JosJuice
2023-09-09 16:19:47 +02:00
parent 899d61bc7d
commit b3bfcc5d7f
4 changed files with 23 additions and 4 deletions

View File

@ -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,