SSX Blur Wii update.
This commit is contained in:
parent
6e420d708d
commit
86425a002f
15
RSXE69.ini
15
RSXE69.ini
|
@ -1,11 +1,20 @@
|
|||
# RSXE69 - SSX Blur
|
||||
[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 = 1
|
||||
EmulationIssues = Black screen
|
||||
EmulationStateId = 3
|
||||
EmulationIssues = Needs Wii nand dump (wii menu installed) to get ingame(reconnect wiimote if necessary) and LLE for proper audio. Enabling EFB cpu access will give a proper bloom effect but the game will slow down substantially. Due to the above it is a very demanding game in order to be emulated properly.
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
ProjectionHack = 0
|
||||
PH_SZNear = 0
|
||||
PH_SZFar = 0
|
||||
PH_ExtraParam = 0
|
||||
PH_ZNear =
|
||||
PH_ZFar =
|
||||
[Gecko]
|
||||
|
||||
[Video_Settings]
|
||||
UseXFB = True
|
||||
UseRealXFB = False
|
||||
[Video_Hacks]
|
||||
[Wii]
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
# RSXJ13 - SSX Blur
|
||||
[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 = 3
|
||||
EmulationIssues = Needs Wii nand dump (wii menu installed) to get ingame(reconnect wiimote if necessary) and LLE for proper audio. Enabling EFB cpu access will give a proper bloom effect but the game will slow down substantially. Due to the above it is a very demanding game in order to be emulated properly.
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
ProjectionHack = 0
|
||||
PH_SZNear = 0
|
||||
PH_SZFar = 0
|
||||
PH_ExtraParam = 0
|
||||
PH_ZNear =
|
||||
PH_ZFar =
|
||||
[Gecko]
|
||||
[Video_Settings]
|
||||
UseXFB = True
|
||||
UseRealXFB = False
|
||||
[Video_Hacks]
|
||||
[Wii]
|
|
@ -0,0 +1,20 @@
|
|||
# RSXK69 - SSX Blur
|
||||
[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 = 3
|
||||
EmulationIssues = Needs Wii nand dump (wii menu installed) to get ingame(reconnect wiimote if necessary) and LLE for proper audio. Enabling EFB cpu access will give a proper bloom effect but the game will slow down substantially. Due to the above it is a very demanding game in order to be emulated properly.
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
ProjectionHack = 0
|
||||
PH_SZNear = 0
|
||||
PH_SZFar = 0
|
||||
PH_ExtraParam = 0
|
||||
PH_ZNear =
|
||||
PH_ZFar =
|
||||
[Gecko]
|
||||
[Video_Settings]
|
||||
UseXFB = True
|
||||
UseRealXFB = False
|
||||
[Video_Hacks]
|
||||
[Wii]
|
10
RSXP69.ini
10
RSXP69.ini
|
@ -1,8 +1,8 @@
|
|||
# RSXP69 - SSX Wii
|
||||
[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 = 1
|
||||
EmulationIssues = crash after strap warning
|
||||
EmulationStateId = 3
|
||||
EmulationIssues = Needs Wii nand dump (wii menu installed) to get ingame(reconnect wiimote if necessary) and LLE for proper audio. Enabling EFB cpu access will give a proper bloom effect but the game will slow down substantially. Due to the above it is a very demanding game in order to be emulated properly.
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
|
@ -13,3 +13,9 @@ PH_ExtraParam = 0
|
|||
PH_ZNear =
|
||||
PH_ZFar =
|
||||
[Gecko]
|
||||
[Video_Settings]
|
||||
UseXFB = True
|
||||
UseRealXFB = False
|
||||
[Video_Hacks]
|
||||
[Wii]
|
||||
|
||||
|
|
Loading…
Reference in New Issue