From 0d714b9971a7b5b8e3e9eca620950b49f4d74272 Mon Sep 17 00:00:00 2001 From: "memberTwo.mb2" Date: Mon, 24 Nov 2008 17:08:34 +0000 Subject: [PATCH] same speedhack for MP1 PAL git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1287 8ced0084-cf51-0410-be5f-012b33b47a6e --- Data/User/GameConfig/GM8P01.ini | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Data/User/GameConfig/GM8P01.ini diff --git a/Data/User/GameConfig/GM8P01.ini b/Data/User/GameConfig/GM8P01.ini new file mode 100644 index 0000000000..1658498f30 --- /dev/null +++ b/Data/User/GameConfig/GM8P01.ini @@ -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]