diff options
| author | Catarax <Catarax@users.noreply.github.com> | 2016-06-19 01:41:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-19 01:41:10 +0200 |
| commit | 2f44388dc6b54aa8e9e87ade78c2633fd3e72abc (patch) | |
| tree | a264d7650f2a16c7a2cb585bd0b1b46eb3036d3b /Data/Sys | |
| parent | fd5d10005e02b304fd87cfbeaff3a6a4b4437895 (diff) | |
Tony Hawk's American Wasteland (European Version) Crash Fix
Force MMU to ON like use the American Release of Tony Hawk's American Wasteland on Dolphin
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/GH9.ini | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/GH9.ini b/Data/Sys/GameSettings/GH9.ini new file mode 100644 index 0000000000..35ae7b607b --- /dev/null +++ b/Data/Sys/GameSettings/GH9.ini @@ -0,0 +1,18 @@ +# GH9P52 - Tony Hawk's American Wasteland + +[Core] +# Values set here will override the main Dolphin settings. +MMU = 1 + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[OnLoad] +# Add memory patches to be loaded once on boot here. + +[OnFrame] + +[ActionReplay] + |
