This commit is contained in:
parent
335aeaa7b9
commit
90582dd90c
|
@ -1,7 +1,7 @@
|
|||
# G4SE01 - The Legend of Zelda: Four Swords FOR NINTENDO GAMECUBE
|
||||
[Core] Values set here will override the main dolphin settings.
|
||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 0
|
||||
EmulationStateId = 4
|
||||
EmulationIssues =
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
|
|
|
@ -103,3 +103,4 @@ $Have Power Bracelet
|
|||
0A54BD94 60000000
|
||||
[Video]
|
||||
ProjectionHack = 0
|
||||
SafeTextureCache = 1
|
|
@ -2,7 +2,7 @@
|
|||
[Core] Values set here will override the main dolphin settings.
|
||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationIssues =
|
||||
EmulationStateId = 0
|
||||
EmulationStateId = 4
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# SNCE8P - Sonic2010
|
||||
[Core] Values set here will override the main dolphin settings.
|
||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationIssues = Use DX9 plugin and set efb scale to integral for less graphical glitches. Enable "Use EuRGB60 mode" for higher brightness. Disabling efb to cpu for speedup seems safe(r6575)
|
||||
EmulationIssues = Set efb scale to integral for less graphical glitches. Enable "Use EuRGB60 mode" for higher brightness. Disabling efb to cpu for speedup seems safe(r6575)
|
||||
EmulationStateId = 4
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
ProjectionHack = 1
|
||||
EFBAccessEnable = 0
|
||||
[Gecko]
|
||||
[Gecko]
|
|
@ -1,11 +1,11 @@
|
|||
# SNCJ8P - Sonic2010
|
||||
[Core] Values set here will override the main dolphin settings.
|
||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationIssues = Use DX9 plugin and set efb scale to integral for less graphical glitches. Enable "Use EuRGB60 mode" for higher brightness. Disabling efb to cpu for speedup seems safe(r6575)
|
||||
EmulationIssues = Set efb scale to integral for less graphical glitches. Enable "Use EuRGB60 mode" for higher brightness. Disabling efb to cpu for speedup seems safe(r6575)
|
||||
EmulationStateId = 4
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
ProjectionHack = 1
|
||||
EFBAccessEnable = 0
|
||||
[Gecko]
|
||||
[Gecko]
|
|
@ -1,7 +1,7 @@
|
|||
# SNCP8P - Sonic2010
|
||||
[Core] Values set here will override the main dolphin settings.
|
||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationIssues = Use DX9 plugin and set efb scale to integral for less graphical glitches. Enable "Use EuRGB60 mode" for higher brightness. Disabling efb to cpu for speedup seems safe(r6575)
|
||||
EmulationIssues = Set efb scale to integral for less graphical glitches. Enable "Use EuRGB60 mode" for higher brightness. Disabling efb to cpu for speedup seems safe(r6575)
|
||||
EmulationStateId = 4
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
|
|
Loading…
Reference in New Issue