Merge pull request #10739 from JMC47/monsterhouseini
Disable icache emulation for Monster House
This commit is contained in:
commit
ef384ca6d3
|
@ -1,7 +1,11 @@
|
||||||
# GK5E78, GK5X78 - Monster House
|
# GK5E78, GK5X78 - Monster House
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Monster House has stale icache values. Disabling the icache causes "Invalid Read" errors
|
||||||
|
# occasionally, but the game can be played from start to finish.
|
||||||
|
DisableICache = True
|
||||||
|
# In order to prevent the invalid read messages, we can enable MMU emulation.
|
||||||
|
MMU = True
|
||||||
|
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
# Add memory patches to be loaded once on boot here.
|
# Add memory patches to be loaded once on boot here.
|
||||||
|
|
Loading…
Reference in New Issue