mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
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
1 changed files with 14 additions and 0 deletions
14
Data/User/GameConfig/GM8P01.ini
Normal file
14
Data/User/GameConfig/GM8P01.ini
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue