Merge pull request #10739 from JMC47/monsterhouseini

Disable icache emulation for Monster House
This commit is contained in:
JMC47 2022-06-11 13:41:04 -04:00 committed by GitHub
commit ef384ca6d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,11 @@
# GK5E78, GK5X78 - Monster House
[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]
# Add memory patches to be loaded once on boot here.