mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
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:
parent
899d61bc7d
commit
b3bfcc5d7f
4 changed files with 23 additions and 4 deletions
|
@ -255,7 +255,6 @@ void AdvancedPane::Update()
|
|||
m_cpu_emulation_engine_combobox->setEnabled(!running);
|
||||
m_enable_mmu_checkbox->setEnabled(!running);
|
||||
m_pause_on_panic_checkbox->setEnabled(!running);
|
||||
m_accurate_cpu_cache_checkbox->setEnabled(!running);
|
||||
|
||||
{
|
||||
QFont bf = font();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue