fixes
This commit is contained in:
parent
5bcfbe4cc7
commit
3e0cbabc59
|
@ -3,6 +3,6 @@
|
|||
TLBHack=1
|
||||
EnableFPRF = True
|
||||
[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.
|
||||
[ActionReplay] Add action replay cheats here.
|
|
@ -5,7 +5,7 @@ EnableFPRF = True
|
|||
Patch region=0x23801ce0
|
||||
[EmuState]
|
||||
#The Emulation State.
|
||||
EmulationStateId = 3
|
||||
EmulationStateId = 4
|
||||
EmulationIssues =
|
||||
[OnFrame]
|
||||
[ActionReplay]
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# GMBE8P - Super Monkey Ball
|
||||
# GMBE8P - Super Monkey Ball (U)
|
||||
[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 = 4
|
||||
EmulationStateId = 5
|
||||
EmulationIssues =
|
||||
[OnFrame]
|
||||
[ActionReplay]
|
||||
|
|
|
@ -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…
Reference in New Issue