diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-11-23 14:24:30 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-11-23 14:24:30 +0000 |
| commit | a65917f93d109b9ae12c62bd55ec5fc7dfd3e531 (patch) | |
| tree | c886c0e2e13c27c12552c75aea91fefa938dd9a9 /Data/User | |
| parent | 7dfbc574aea16a345a97cf32ec9745d3c013fe37 (diff) | |
Added similar speed hack for Metroid Prime 1 US
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1273 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Data/User')
| -rw-r--r-- | Data/User/GameConfig/GM8E01.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Data/User/GameConfig/GM8E01.ini b/Data/User/GameConfig/GM8E01.ini new file mode 100644 index 0000000000..33c1229c1a --- /dev/null +++ b/Data/User/GameConfig/GM8E01.ini @@ -0,0 +1,13 @@ +# GM8E01 - Metroid Prime
+[Core]
+#Values set here will override the main dolphin settings.
+[Speedhacks]
+0x80384b1c=400
+[EmuState]
+#The Emulation State. 1 is worst, 5 is best, 0 is not set.
+EmulationStateId = 2
+[OnLoad]
+#Add memory patches to be loaded once on boot here.
+[OnFrame]
+#Add memory patches to be applied every frame here.
+[ActionReplay]
|
