More updates.
This commit is contained in:
parent
bd3882a2f2
commit
966ad46434
12
GM2E8P.ini
12
GM2E8P.ini
|
@ -2,13 +2,15 @@
|
|||
[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"
|
||||
EmulationIssues = Sound issues and occasional fifo crashes (r6436)
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Use LLE audio to fix sound issues (r7482)
|
||||
[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_Enhancements]
|
||||
PostProcessingShader =
|
||||
|
|
10
GM2P8P.ini
10
GM2P8P.ini
|
@ -3,6 +3,14 @@
|
|||
EnableFPRF=True
|
||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 4
|
||||
EmulationIssues =
|
||||
EmulationIssues = Use LLE audio to fix sound issues (r7482)
|
||||
[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]
|
|
@ -3,7 +3,7 @@
|
|||
BlockMerging = 1
|
||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Sound issues. Use dsound for stability (r6474)
|
||||
EmulationIssues = Use LLE audio to fix sound issues (r7482)
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
|
@ -17,4 +17,3 @@ PH_ZFar =
|
|||
[Video_Settings]
|
||||
SafeTextureCache = True
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
|
|
|
@ -3,11 +3,18 @@
|
|||
BlockMerging = 1
|
||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Sound issues. Use dsound for stability (r6474)
|
||||
EmulationIssues = Use LLE audio to fix sound issues (r7482)
|
||||
[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]
|
||||
SafeTextureCache = True
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
|
|
|
@ -3,11 +3,17 @@
|
|||
BlockMerging = 1
|
||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Sound issues. Use dsound for stability (r6474)
|
||||
EmulationIssues = Use LLE audio to fix sound issues (r7482)
|
||||
[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]
|
||||
SafeTextureCache = True
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# SVME01 - super mario collection
|
||||
[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 = Use Opengl plugin and set efb scale to integral. Disable sound as it outputs noise even with the LLE plugin.Enable bilinear filtering for a more smooth but blurry image(r6584)
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Use LLE audio to fix sound. Use Opengl backend and set efb scale to integral for better image. Enable bilinear filtering for a more smooth but blurry image(r7482)
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
|
@ -16,4 +16,3 @@ PH_ZFar =
|
|||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
EFBCopyEnable = True
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# SVMJ01 - super mario collection
|
||||
[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 = Use Opengl plugin and set efb scale to integral. Disable sound as it outputs noise even with the LLE plugin.Enable bilinear filtering for a more smooth but blurry image(r6584)
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Use LLE audio to fix sound. Use Opengl backend and set efb scale to integral for better image. Enable bilinear filtering for a more smooth but blurry image(r7482)
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
|
@ -16,4 +16,3 @@ PH_ZFar =
|
|||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
EFBCopyEnable = True
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# SVMP01 - Super Mario All-Stars : 25th Anniversary Edition
|
||||
[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 = Use Opengl plugin and set efb scale to integral. Disable sound as it outputs noise even with the LLE plugin.Enable bilinear filtering for a more smooth but blurry image(r6584)
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Use LLE audio to fix sound. Use Opengl backend and set efb scale to integral for better image. Enable bilinear filtering for a more smooth but blurry image(r7482)
|
||||
[OnFrame] Add memory patches to be applied every frame here.
|
||||
[ActionReplay] Add action replay cheats here.
|
||||
[Video]
|
||||
|
|
Loading…
Reference in New Issue