mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Disable ICache emulation for some games
Specifically, 'Scooby-Doo! Mystery Mayhem', 'Scooby-Doo! Unmasked', 'Ed, Edd n Eddy: The Mis-Edventures', and the Wii version of 'Happy Feet'. The JIT cache causes problems with emulated icache invalidation in these games, resulting in areas failing to load.
This commit is contained in:
parent
ac250f7c20
commit
dad309d365
15 changed files with 58 additions and 2 deletions
|
@ -1331,6 +1331,7 @@ bool NetPlayServer::StartGame()
|
|||
spac << m_settings.m_PerfQueriesEnable;
|
||||
spac << m_settings.m_FPRF;
|
||||
spac << m_settings.m_AccurateNaNs;
|
||||
spac << m_settings.m_DisableICache;
|
||||
spac << m_settings.m_SyncOnSkipIdle;
|
||||
spac << m_settings.m_SyncGPU;
|
||||
spac << m_settings.m_SyncGpuMaxDistance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue