same speedhack for MP1 PAL
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1287 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
0f13d327b8
commit
0d714b9971
|
@ -0,0 +1,14 @@
|
|||
# GM8P01 - Metroid Prime
|
||||
[Core]
|
||||
#Values set here will override the main dolphin settings.
|
||||
[Speedhacks]
|
||||
# Patch OSYieldThread to take more time - MP1's idle loop is really stupid.
|
||||
0x8036eba0=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]
|
Loading…
Reference in New Issue