Fixes and updates.

This commit is contained in:
kostamarino@hotmail.com 2011-04-15 09:15:45 +00:00
parent fad77308a1
commit b139fa7221
12 changed files with 80 additions and 19 deletions

View File

@ -18,7 +18,7 @@ MMU = 1
VBeam = 1 VBeam = 1
BlockMerging = 1 BlockMerging = 1
[Video_Enhancements] [Video_Enhancements]
PostProcessingShader = off PostProcessingShader =
[Video_Settings] [Video_Settings]
SafeTextureCache = True SafeTextureCache = True
SafeTextureCacheColorSamples = 0 SafeTextureCacheColorSamples = 0

View File

@ -18,7 +18,7 @@ MMU = 1
VBeam = 1 VBeam = 1
BlockMerging = 1 BlockMerging = 1
[Video_Enhancements] [Video_Enhancements]
PostProcessingShader = off PostProcessingShader =
[Video_Settings] [Video_Settings]
SafeTextureCache = True SafeTextureCache = True
SafeTextureCacheColorSamples = 0 SafeTextureCacheColorSamples = 0

View File

@ -18,7 +18,7 @@ MMU = 1
VBeam = 1 VBeam = 1
BlockMerging = 1 BlockMerging = 1
[Video_Enhancements] [Video_Enhancements]
PostProcessingShader = off PostProcessingShader =
[Video_Settings] [Video_Settings]
SafeTextureCache = True SafeTextureCache = True
SafeTextureCacheColorSamples = 0 SafeTextureCacheColorSamples = 0

View File

@ -17,4 +17,4 @@ PH_ZFar =
UseXFB = True UseXFB = True
UseRealXFB = True UseRealXFB = True
[Video_Enhancements] [Video_Enhancements]
PostProcessingShader = off PostProcessingShader =

View File

@ -17,4 +17,4 @@ PH_ZFar =
UseXFB = True UseXFB = True
UseRealXFB = True UseRealXFB = True
[Video_Enhancements] [Video_Enhancements]
PostProcessingShader = off PostProcessingShader =

View File

@ -2,9 +2,8 @@
[Core] [Core]
#Values set here will override the main dolphin settings. #Values set here will override the main dolphin settings.
[EmuState] [EmuState]
#The Emulation State. 1 is worst, 5 is best, 0 is not set. Last validated on r1697; #The Emulation State. 1 is worst, 5 is best, 0 is not set.
#gets to menu only. Note codes not tested in emulator. EmulationStateId = 4
EmulationStateId = 3
EmulationIssues = EmulationIssues =
[OnFrame] [OnFrame]
[ActionReplay] [ActionReplay]
@ -304,3 +303,5 @@ SafeTextureCache = True
SafeTextureCacheColorSamples = 512 SafeTextureCacheColorSamples = 512
[Video_Enhancements] [Video_Enhancements]
PostProcessingShader = PostProcessingShader =
[Video_Hacks]
EFBEmulateFormatChanges = True

View File

@ -1,9 +1,24 @@
# GCCP01 - FINAL FANTASY Crystal Chronicles # GCCP01 - FINAL FANTASY Crystal Chronicles
[Core] Values set here will override the main dolphin settings. [Core]
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set. #Values set here will override the main dolphin settings.
EmulationStateId = 3 [EmuState]
[OnFrame] Add memory patches to be applied every frame here. #The Emulation State. 1 is worst, 5 is best, 0 is not set.
[ActionReplay] Add action replay cheats here. EmulationStateId = 4
EmulationIssues =
[OnFrame]
[ActionReplay]
[Video] [Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko]
[Video_Settings] [Video_Settings]
SafeTextureCache = True SafeTextureCache = True
SafeTextureCacheColorSamples = 512
[Video_Enhancements]
PostProcessingShader =
[Video_Hacks]
EFBEmulateFormatChanges = True

View File

@ -46,5 +46,5 @@ EFBCopyEnable = True
EFBToTextureEnable = False EFBToTextureEnable = False
EFBCopyCacheEnable = True EFBCopyCacheEnable = True
[Video_Enhancements] [Video_Enhancements]
PostProcessingShader = off PostProcessingShader =
[Video_Settings] [Video_Settings]

View File

@ -20,5 +20,5 @@ EFBCopyEnable = True
EFBToTextureEnable = False EFBToTextureEnable = False
EFBCopyCacheEnable = True EFBCopyCacheEnable = True
[Video_Enhancements] [Video_Enhancements]
PostProcessingShader = off PostProcessingShader =
[Video_Settings] [Video_Settings]

View File

@ -2,6 +2,19 @@
[Core] Values set here will override the main dolphin settings. [Core] Values set here will override the main dolphin settings.
TLBHack = 1 TLBHack = 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.
EmulationStateId = 1 EmulationIssues = Videos are messed up. Use LLE for proper sound.(r7446)
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_Settings]
SafeTextureCache = True
SafeTextureCacheColorSamples = 512
[Video_Hacks]
[Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko]

View File

@ -2,7 +2,7 @@
[Core] Values set here will override the main dolphin settings. [Core] Values set here will override the main dolphin settings.
TLBHack = 1 TLBHack = 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 = Slow bad GFX EmulationIssues = Videos are messed up. Use LLE for proper sound.(r7446)
EmulationStateId = 4 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.
@ -35,3 +35,15 @@ $Slow Enemies (Use On A Empty Profile)
044F7FFC 3D000000 044F7FFC 3D000000
$Disable Shadows (Use On A Empty Profile) $Disable Shadows (Use On A Empty Profile)
044FA2A4 00000001 044FA2A4 00000001
[Video_Settings]
SafeTextureCache = True
SafeTextureCacheColorSamples = 512
[Video_Hacks]
[Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko]

20
GOYF69.ini Normal file
View File

@ -0,0 +1,20 @@
# GOYF69 - GoldenEye Rogue Agent
[Core] Values set here will override the main dolphin settings.
TLBHack = 1
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = Videos are messed up. Use LLE for proper sound.(r7446)
EmulationStateId = 4
[OnFrame] Add memory patches to be applied every frame here.
[ActionReplay] Add action replay cheats here.
[Video_Settings]
SafeTextureCache = True
SafeTextureCacheColorSamples = 512
[Video_Hacks]
[Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko]