mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 22:49:00 +01:00
fixes
This commit is contained in:
parent
5bcfbe4cc7
commit
3e0cbabc59
@ -3,6 +3,6 @@
|
|||||||
TLBHack=1
|
TLBHack=1
|
||||||
EnableFPRF = True
|
EnableFPRF = True
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 3
|
EmulationStateId = 4
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
@ -5,7 +5,7 @@ EnableFPRF = True
|
|||||||
Patch region=0x23801ce0
|
Patch region=0x23801ce0
|
||||||
[EmuState]
|
[EmuState]
|
||||||
#The Emulation State.
|
#The Emulation State.
|
||||||
EmulationStateId = 3
|
EmulationStateId = 4
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# GMBE8P - Super Monkey Ball
|
# GMBE8P - Super Monkey Ball (U)
|
||||||
[Core]
|
[Core]
|
||||||
EnableFPRF=True
|
EnableFPRF=True
|
||||||
#Values set here will override the main dolphin settings.
|
#Values set here will override the main dolphin settings.
|
||||||
[EmuState]
|
[EmuState]
|
||||||
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 5
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
|
12
GMBP8P.ini
Normal file
12
GMBP8P.ini
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# GMBP8P - Super Monkey Ball (PAL)
|
||||||
|
[Core]
|
||||||
|
EnableFPRF=True
|
||||||
|
#Values set here will override the main dolphin settings.
|
||||||
|
[EmuState]
|
||||||
|
#The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
|
EmulationStateId = 5
|
||||||
|
EmulationIssues =
|
||||||
|
[OnFrame]
|
||||||
|
[ActionReplay]
|
||||||
|
[Video]
|
||||||
|
ProjectionHack = -1
|
Loading…
x
Reference in New Issue
Block a user