"SUPER MONKEY BALL STEP AND ROLL" needs "EnableFPRF=True"
This commit is contained in:
parent
8bda74ac44
commit
c31fb8e094
|
@ -0,0 +1,8 @@
|
||||||
|
# SMBE8P - SUPER MONKEY BALL STEP AND ROLL
|
||||||
|
[Core] Values set here will override the main dolphin settings.
|
||||||
|
EnableFPRF=True
|
||||||
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
|
EmulationStateId = 5
|
||||||
|
EmulationIssues = disable dualcore, if there are (fifo) problems
|
||||||
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
|
[ActionReplay] Add action replay cheats here.
|
|
@ -1,7 +1,8 @@
|
||||||
# SMBP8P - SUPER MONKEY BALL STEP AND ROLL
|
# SMBP8P - SUPER MONKEY BALL STEP AND ROLL
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
|
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 = 5
|
EmulationStateId = 5
|
||||||
EmulationIssues =
|
EmulationIssues = disable dualcore, if there are (fifo) problems
|
||||||
[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.
|
||||||
|
|
Loading…
Reference in New Issue