mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 02:52:30 +02:00
Set a new option that will soon required by SMB1/2/3 and F-Zero
This commit is contained in:
parent
bb851c2089
commit
9a33419931
@ -1,6 +1,7 @@
|
||||
# GFZE01 - F-ZERO GX (US Version)
|
||||
[Core] Values set here will override the main dolphin settings.
|
||||
TLBHack=1
|
||||
EnableFPRF = True
|
||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 0
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
|
@ -1,6 +1,7 @@
|
||||
# GFZP01 - F-ZERO GX (PAL)
|
||||
[Core] Values set here will override the main dolphin settings.
|
||||
TLBHack = 1
|
||||
EnableFPRF = True
|
||||
Patch region=0x23801ce0
|
||||
[EmuState]
|
||||
#The Emulation State.
|
||||
|
@ -1,5 +1,6 @@
|
||||
# GM2E8P - SUPER MONKEY BALL 2
|
||||
[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 = 3
|
||||
Issues="Needs Projection Before R945 - Goes intro ,select and hangs"
|
||||
|
@ -1,5 +1,6 @@
|
||||
# GM2P8P - SUPER MONKEY BALL 2
|
||||
[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 = 4
|
||||
EmulationIssues =
|
||||
|
@ -1,5 +1,6 @@
|
||||
# GMBE8P - Super Monkey Ball
|
||||
[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.
|
||||
|
@ -1,5 +1,6 @@
|
||||
# JACP01 - F-Zero
|
||||
[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 = 4
|
||||
EmulationIssues =
|
||||
|
@ -1,6 +1,7 @@
|
||||
# RSME8P - SUPER MONKEY BALL BANANA BLITZ
|
||||
[Core] Values set here will override the main dolphin settings.
|
||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
[Core]
|
||||
EnableFPRF=True
|
||||
[EmuState]
|
||||
EmulationStateId = 4
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
[OnFrame]
|
||||
[ActionReplay]
|
||||
|
Loading…
Reference in New Issue
Block a user