More updates.
This commit is contained in:
parent
c88d056753
commit
43abc3435a
12
GBGE5G.ini
12
GBGE5G.ini
|
@ -1,7 +1,15 @@
|
||||||
# GBGE5G - Bomberman Generation
|
# GBGE5G - Bomberman Generation
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[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.
|
||||||
EmulationIssues = Black screen afther logos
|
EmulationIssues =
|
||||||
EmulationStateId = 1
|
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.
|
||||||
|
[Video]
|
||||||
|
ProjectionHack = 0
|
||||||
|
PH_SZNear = 0
|
||||||
|
PH_SZFar = 0
|
||||||
|
PH_ExtraParam = 0
|
||||||
|
PH_ZNear =
|
||||||
|
PH_ZFar =
|
||||||
|
[Gecko]
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
MMU = 1
|
MMU = 1
|
||||||
BAT = 1
|
BAT = 1
|
||||||
FastDiscSpeed = 1
|
FastDiscSpeed = 1
|
||||||
|
VBeam = 1
|
||||||
[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.
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
EmulationStateId = 3
|
EmulationStateId = 3
|
||||||
|
@ -19,4 +20,5 @@ PH_ZFar =
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
UseXFB = True
|
UseXFB = True
|
||||||
UseRealXFB = False
|
UseRealXFB = False
|
||||||
|
[Video_Hacks]
|
||||||
|
EFBEmulateFormatChanges = True
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
MMU = 1
|
MMU = 1
|
||||||
BAT = 1
|
BAT = 1
|
||||||
FastDiscSpeed = 1
|
FastDiscSpeed = 1
|
||||||
|
VBeam = 1
|
||||||
[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.
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
EmulationStateId = 3
|
EmulationStateId = 3
|
||||||
|
@ -18,3 +19,6 @@ PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
UseXFB = True
|
UseXFB = True
|
||||||
|
UseRealXFB = False
|
||||||
|
[Video_Hacks]
|
||||||
|
EFBEmulateFormatChanges = True
|
|
@ -3,6 +3,7 @@
|
||||||
MMU = 1
|
MMU = 1
|
||||||
BAT = 1
|
BAT = 1
|
||||||
FastDiscSpeed = 1
|
FastDiscSpeed = 1
|
||||||
|
VBeam = 1
|
||||||
[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.
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
EmulationStateId = 3
|
EmulationStateId = 3
|
||||||
|
@ -18,3 +19,6 @@ PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
UseXFB = True
|
UseXFB = True
|
||||||
|
UseRealXFB = False
|
||||||
|
[Video_Hacks]
|
||||||
|
EFBEmulateFormatChanges = True
|
|
@ -0,0 +1,19 @@
|
||||||
|
# SKJE78 - You Don't Know Jack
|
||||||
|
[Video_Settings]
|
||||||
|
UseXFB = True
|
||||||
|
UseRealXFB = False
|
||||||
|
SafeTextureCache = True
|
||||||
|
SafeTextureCacheColorSamples = 0
|
||||||
|
[Video]
|
||||||
|
ProjectionHack = 0
|
||||||
|
PH_SZNear = 0
|
||||||
|
PH_SZFar = 0
|
||||||
|
PH_ExtraParam = 0
|
||||||
|
PH_ZNear =
|
||||||
|
PH_ZFar =
|
||||||
|
[EmuState]
|
||||||
|
EmulationStateId = 4
|
||||||
|
EmulationIssues =
|
||||||
|
[OnFrame]
|
||||||
|
[ActionReplay]
|
||||||
|
[Gecko]
|
Loading…
Reference in New Issue