mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 07:45:33 +01:00
Merge pull request #2131 from JosJuice/gameini-2015-02-25
Gameini updates. (PR #2130 fixed and rebased)
This commit is contained in:
commit
6f01b4226a
@ -27,4 +27,3 @@ SafeTextureCacheColorSamples = 512
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# FAQL01 - Ninja JaJaMaru-kun
|
# FA9E01, FA9P01 - Zelda II: The Adventure of Link
|
||||||
|
|
||||||
[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.
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationIssues = Texture filtering will cause glitches.
|
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
|
EmulationIssues = Texture filtering will cause glitches.
|
||||||
|
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
# Add memory patches to be loaded once on boot here.
|
# Add memory patches to be loaded once on boot here.
|
||||||
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
@ -1,33 +0,0 @@
|
|||||||
# FA9E01 - Zelda II: The Adventure of Link
|
|
||||||
|
|
||||||
[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 = 4
|
|
||||||
EmulationIssues = Texture filtering will cause glitches.
|
|
||||||
|
|
||||||
[OnLoad]
|
|
||||||
# Add memory patches to be loaded once on boot here.
|
|
||||||
|
|
||||||
[OnFrame]
|
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
ProjectionHack = 0
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 0
|
|
||||||
EFBScale = 2
|
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -1,33 +0,0 @@
|
|||||||
# FA9P01 - Zelda II: The Adventure of Link
|
|
||||||
|
|
||||||
[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 = Texture filtering will cause glitches.
|
|
||||||
EmulationStateId = 4
|
|
||||||
|
|
||||||
[OnLoad]
|
|
||||||
# Add memory patches to be loaded once on boot here.
|
|
||||||
|
|
||||||
[OnFrame]
|
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
ProjectionHack = 0
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 0
|
|
||||||
EFBScale = 2
|
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -1,4 +1,4 @@
|
|||||||
# FANE01 - Urban Champion
|
# FAHE01, FAHP01 - Tennis
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main dolphin settings.
|
@ -1,29 +0,0 @@
|
|||||||
# FAHE01 - Tennis
|
|
||||||
|
|
||||||
[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 = 4
|
|
||||||
EmulationIssues = Texture filtering will cause glitches.
|
|
||||||
|
|
||||||
[OnLoad]
|
|
||||||
# Add memory patches to be loaded once on boot here.
|
|
||||||
|
|
||||||
[OnFrame]
|
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
ProjectionHack = 0
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 512
|
|
||||||
EFBScale = 2
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -1,29 +0,0 @@
|
|||||||
# FAHP01 - Tennis
|
|
||||||
|
|
||||||
[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 = Texture filtering will cause glitches.
|
|
||||||
EmulationStateId = 4
|
|
||||||
|
|
||||||
[OnLoad]
|
|
||||||
# Add memory patches to be loaded once on boot here.
|
|
||||||
|
|
||||||
[OnFrame]
|
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
ProjectionHack = 0
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 512
|
|
||||||
EFBScale = 2
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -1,12 +1,12 @@
|
|||||||
# FANP01 - Urban Champion
|
# FANE01, FANP01 - Urban Champion
|
||||||
|
|
||||||
[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.
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationIssues = Texture filtering will cause glitches.
|
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
|
EmulationIssues = Texture filtering will cause glitches.
|
||||||
|
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
# Add memory patches to be loaded once on boot here.
|
# Add memory patches to be loaded once on boot here.
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# FBZE01 - Metroid
|
# FAQL01, FAQN01 - Ninja JaJaMaru-kun
|
||||||
|
|
||||||
[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.
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
|
||||||
EmulationIssues = Texture filtering will cause glitches.
|
EmulationIssues = Texture filtering will cause glitches.
|
||||||
|
EmulationStateId = 4
|
||||||
|
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
# Add memory patches to be loaded once on boot here.
|
# Add memory patches to be loaded once on boot here.
|
||||||
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
@ -1,33 +0,0 @@
|
|||||||
# FAQN01 - Ninja JaJaMaru-kun
|
|
||||||
|
|
||||||
[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 = 4
|
|
||||||
EmulationIssues = Texture filtering will cause glitches.
|
|
||||||
|
|
||||||
[OnLoad]
|
|
||||||
# Add memory patches to be loaded once on boot here.
|
|
||||||
|
|
||||||
[OnFrame]
|
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
ProjectionHack = 0
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 0
|
|
||||||
EFBScale = 2
|
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# FBZP01 - Metroid
|
# FBCE01, FBCP01 - Excitebike
|
||||||
|
|
||||||
[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.
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationIssues = Texture filtering will cause glitches.
|
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
|
EmulationIssues = Texture filtering will cause glitches.
|
||||||
|
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
# Add memory patches to be loaded once on boot here.
|
# Add memory patches to be loaded once on boot here.
|
||||||
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# FBCE01 - Excitebike
|
# FBNE01, FBNM01 - Ninja Gaiden
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main dolphin settings.
|
||||||
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
@ -1,33 +0,0 @@
|
|||||||
# FBNE01 - Ninja Gaiden
|
|
||||||
|
|
||||||
[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 = 4
|
|
||||||
EmulationIssues = Texture filtering will cause glitches.
|
|
||||||
|
|
||||||
[OnLoad]
|
|
||||||
# Add memory patches to be loaded once on boot here.
|
|
||||||
|
|
||||||
[OnFrame]
|
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
ProjectionHack = 0
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 0
|
|
||||||
EFBScale = 2
|
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -1,33 +0,0 @@
|
|||||||
# FBNM01 - Ninja Gaiden
|
|
||||||
|
|
||||||
[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 = Texture filtering will cause glitches.
|
|
||||||
EmulationStateId = 4
|
|
||||||
|
|
||||||
[OnLoad]
|
|
||||||
# Add memory patches to be loaded once on boot here.
|
|
||||||
|
|
||||||
[OnFrame]
|
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
ProjectionHack = 0
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 0
|
|
||||||
EFBScale = 2
|
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# FBYE01 - Super Mario Bros. 2
|
# FBYE01, FBYP01 - Super Mario Bros. 2
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main dolphin settings.
|
||||||
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
@ -1,33 +0,0 @@
|
|||||||
# FBYP01 - Super Mario Bros. 2
|
|
||||||
|
|
||||||
[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 = 4
|
|
||||||
EmulationIssues = Texture filtering will cause glitches.
|
|
||||||
|
|
||||||
[OnLoad]
|
|
||||||
# Add memory patches to be loaded once on boot here.
|
|
||||||
|
|
||||||
[OnFrame]
|
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
ProjectionHack = 0
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 512
|
|
||||||
EFBScale = 2
|
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -1,12 +1,12 @@
|
|||||||
# FBCP01 - Excitebike
|
# FBZE01, FBZP01 - Metroid
|
||||||
|
|
||||||
[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.
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationIssues = Texture filtering will cause glitches.
|
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
|
EmulationIssues = Texture filtering will cause glitches.
|
||||||
|
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
# Add memory patches to be loaded once on boot here.
|
# Add memory patches to be loaded once on boot here.
|
||||||
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
32
Data/Sys/GameSettings/FD6.ini
Normal file
32
Data/Sys/GameSettings/FD6.ini
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
# FD6E01, FD6P01 - ADVENTURES OF LOLO 2
|
||||||
|
|
||||||
|
[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 = 4
|
||||||
|
EmulationIssues = Texture filtering will cause glitches.
|
||||||
|
|
||||||
|
[OnLoad]
|
||||||
|
# Add memory patches to be loaded once on boot here.
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
||||||
|
[ActionReplay]
|
||||||
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
[Video]
|
||||||
|
ProjectionHack = 0
|
||||||
|
|
||||||
|
[Video_Settings]
|
||||||
|
SafeTextureCacheColorSamples = 0
|
||||||
|
EFBScale = 2
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
EFBToTextureEnable = False
|
||||||
|
|
||||||
|
[Video_Enhancements]
|
||||||
|
MaxAnisotropy = 0
|
||||||
|
ForceFiltering = False
|
@ -1,33 +0,0 @@
|
|||||||
# FD6E01 - ADVENTURES OF LOLO 2
|
|
||||||
|
|
||||||
[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 = 4
|
|
||||||
EmulationIssues = Texture filtering will cause glitches.
|
|
||||||
|
|
||||||
[OnLoad]
|
|
||||||
# Add memory patches to be loaded once on boot here.
|
|
||||||
|
|
||||||
[OnFrame]
|
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
ProjectionHack = 0
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 0
|
|
||||||
EFBScale = 2
|
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -1,33 +0,0 @@
|
|||||||
# FD6P01 - ADVENTURES OF LOLO 2
|
|
||||||
|
|
||||||
[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 = Texture filtering will cause glitches.
|
|
||||||
EmulationStateId = 4
|
|
||||||
|
|
||||||
[OnLoad]
|
|
||||||
# Add memory patches to be loaded once on boot here.
|
|
||||||
|
|
||||||
[OnFrame]
|
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
ProjectionHack = 0
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 0
|
|
||||||
EFBScale = 2
|
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
32
Data/Sys/GameSettings/FDG.ini
Normal file
32
Data/Sys/GameSettings/FDG.ini
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
# FDGE01, FDGP01 - Ghosts'n Goblins
|
||||||
|
|
||||||
|
[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 = 4
|
||||||
|
EmulationIssues = Texture filtering will cause glitches.
|
||||||
|
|
||||||
|
[OnLoad]
|
||||||
|
# Add memory patches to be loaded once on boot here.
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
||||||
|
[ActionReplay]
|
||||||
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
[Video]
|
||||||
|
ProjectionHack = 0
|
||||||
|
|
||||||
|
[Video_Settings]
|
||||||
|
SafeTextureCacheColorSamples = 0
|
||||||
|
EFBScale = 2
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
EFBToTextureEnable = False
|
||||||
|
|
||||||
|
[Video_Enhancements]
|
||||||
|
MaxAnisotropy = 0
|
||||||
|
ForceFiltering = False
|
@ -1,33 +0,0 @@
|
|||||||
# FDGE01 - Ghosts'n Goblins
|
|
||||||
|
|
||||||
[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 = 4
|
|
||||||
EmulationIssues = Texture filtering will cause glitches.
|
|
||||||
|
|
||||||
[OnLoad]
|
|
||||||
# Add memory patches to be loaded once on boot here.
|
|
||||||
|
|
||||||
[OnFrame]
|
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
ProjectionHack = 0
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 0
|
|
||||||
EFBScale = 2
|
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -1,33 +0,0 @@
|
|||||||
# FDGP01 - Ghosts'n Goblins
|
|
||||||
|
|
||||||
[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 = Texture filtering will cause glitches.
|
|
||||||
EmulationStateId = 4
|
|
||||||
|
|
||||||
[OnLoad]
|
|
||||||
# Add memory patches to be loaded once on boot here.
|
|
||||||
|
|
||||||
[OnFrame]
|
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
ProjectionHack = 0
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 0
|
|
||||||
EFBScale = 2
|
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
32
Data/Sys/GameSettings/FDN.ini
Normal file
32
Data/Sys/GameSettings/FDN.ini
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
# FDNE01, FDNP01, FDNJ01 - Mega Man 2
|
||||||
|
|
||||||
|
[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 = 4
|
||||||
|
EmulationIssues = Texture filtering will cause glitches.
|
||||||
|
|
||||||
|
[OnLoad]
|
||||||
|
# Add memory patches to be loaded once on boot here.
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
||||||
|
[ActionReplay]
|
||||||
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
[Video]
|
||||||
|
ProjectionHack = 0
|
||||||
|
|
||||||
|
[Video_Settings]
|
||||||
|
SafeTextureCacheColorSamples = 0
|
||||||
|
EFBScale = 2
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
EFBToTextureEnable = False
|
||||||
|
|
||||||
|
[Video_Enhancements]
|
||||||
|
MaxAnisotropy = 0
|
||||||
|
ForceFiltering = False
|
@ -1,33 +0,0 @@
|
|||||||
# FDNE01 - Mega Man 2
|
|
||||||
|
|
||||||
[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 = 4
|
|
||||||
EmulationIssues = Texture filtering will cause glitches.
|
|
||||||
|
|
||||||
[OnLoad]
|
|
||||||
# Add memory patches to be loaded once on boot here.
|
|
||||||
|
|
||||||
[OnFrame]
|
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
ProjectionHack = 0
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 0
|
|
||||||
EFBScale = 2
|
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -1,33 +0,0 @@
|
|||||||
# FDNJ01 - Mega Man 2
|
|
||||||
|
|
||||||
[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 = Texture filtering will cause glitches.
|
|
||||||
EmulationStateId = 4
|
|
||||||
|
|
||||||
[OnLoad]
|
|
||||||
# Add memory patches to be loaded once on boot here.
|
|
||||||
|
|
||||||
[OnFrame]
|
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
ProjectionHack = 0
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 0
|
|
||||||
EFBScale = 2
|
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -1,33 +0,0 @@
|
|||||||
# FDNP01 - Mega Man 2
|
|
||||||
|
|
||||||
[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 = Texture filtering will cause glitches.
|
|
||||||
EmulationStateId = 4
|
|
||||||
|
|
||||||
[OnLoad]
|
|
||||||
# Add memory patches to be loaded once on boot here.
|
|
||||||
|
|
||||||
[OnFrame]
|
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
ProjectionHack = 0
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 0
|
|
||||||
EFBScale = 2
|
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
32
Data/Sys/GameSettings/FDO.ini
Normal file
32
Data/Sys/GameSettings/FDO.ini
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
# FDOE01, FDOP01 - OPERATION WOLF
|
||||||
|
|
||||||
|
[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 = 4
|
||||||
|
EmulationIssues = Texture filtering will cause glitches.
|
||||||
|
|
||||||
|
[OnLoad]
|
||||||
|
# Add memory patches to be loaded once on boot here.
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
||||||
|
[ActionReplay]
|
||||||
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
[Video]
|
||||||
|
ProjectionHack = 0
|
||||||
|
|
||||||
|
[Video_Settings]
|
||||||
|
SafeTextureCacheColorSamples = 0
|
||||||
|
EFBScale = 2
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
EFBToTextureEnable = False
|
||||||
|
|
||||||
|
[Video_Enhancements]
|
||||||
|
MaxAnisotropy = 0
|
||||||
|
ForceFiltering = False
|
@ -1,33 +0,0 @@
|
|||||||
# FDOE01 - OPERATION WOLF
|
|
||||||
|
|
||||||
[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 = 4
|
|
||||||
EmulationIssues = Texture filtering will cause glitches.
|
|
||||||
|
|
||||||
[OnLoad]
|
|
||||||
# Add memory patches to be loaded once on boot here.
|
|
||||||
|
|
||||||
[OnFrame]
|
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
ProjectionHack = 0
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 0
|
|
||||||
EFBScale = 2
|
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -1,33 +0,0 @@
|
|||||||
# FDOP01 - OPERATION WOLF
|
|
||||||
|
|
||||||
[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 = Texture filtering will cause glitches.
|
|
||||||
EmulationStateId = 4
|
|
||||||
|
|
||||||
[OnLoad]
|
|
||||||
# Add memory patches to be loaded once on boot here.
|
|
||||||
|
|
||||||
[OnFrame]
|
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
ProjectionHack = 0
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 0
|
|
||||||
EFBScale = 2
|
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
32
Data/Sys/GameSettings/FDQ.ini
Normal file
32
Data/Sys/GameSettings/FDQ.ini
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
# FDQE01, FDQP01 - DOUBLE DRIBBLE
|
||||||
|
|
||||||
|
[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 = 4
|
||||||
|
EmulationIssues = Texture filtering will cause glitches.
|
||||||
|
|
||||||
|
[OnLoad]
|
||||||
|
# Add memory patches to be loaded once on boot here.
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
||||||
|
[ActionReplay]
|
||||||
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
[Video]
|
||||||
|
ProjectionHack = 0
|
||||||
|
|
||||||
|
[Video_Settings]
|
||||||
|
SafeTextureCacheColorSamples = 0
|
||||||
|
EFBScale = 2
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
EFBToTextureEnable = False
|
||||||
|
|
||||||
|
[Video_Enhancements]
|
||||||
|
MaxAnisotropy = 0
|
||||||
|
ForceFiltering = False
|
@ -1,33 +0,0 @@
|
|||||||
# FDQE01 - DOUBLE DRIBBLE
|
|
||||||
|
|
||||||
[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 = 4
|
|
||||||
EmulationIssues = Texture filtering will cause glitches.
|
|
||||||
|
|
||||||
[OnLoad]
|
|
||||||
# Add memory patches to be loaded once on boot here.
|
|
||||||
|
|
||||||
[OnFrame]
|
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
ProjectionHack = 0
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 0
|
|
||||||
EFBScale = 2
|
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -1,33 +0,0 @@
|
|||||||
# FDQP01 - DOUBLE DRIBBLE
|
|
||||||
|
|
||||||
[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 = Texture filtering will cause glitches.
|
|
||||||
EmulationStateId = 4
|
|
||||||
|
|
||||||
[OnLoad]
|
|
||||||
# Add memory patches to be loaded once on boot here.
|
|
||||||
|
|
||||||
[OnFrame]
|
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
ProjectionHack = 0
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 0
|
|
||||||
EFBScale = 2
|
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
32
Data/Sys/GameSettings/FEM.ini
Normal file
32
Data/Sys/GameSettings/FEM.ini
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
# FEML01, FEMN01 - BOKUTTE UPA
|
||||||
|
|
||||||
|
[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 = Texture filtering will cause glitches.
|
||||||
|
EmulationStateId = 4
|
||||||
|
|
||||||
|
[OnLoad]
|
||||||
|
# Add memory patches to be loaded once on boot here.
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
||||||
|
[ActionReplay]
|
||||||
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
[Video]
|
||||||
|
ProjectionHack = 0
|
||||||
|
|
||||||
|
[Video_Settings]
|
||||||
|
SafeTextureCacheColorSamples = 0
|
||||||
|
EFBScale = 2
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
EFBToTextureEnable = False
|
||||||
|
|
||||||
|
[Video_Enhancements]
|
||||||
|
MaxAnisotropy = 0
|
||||||
|
ForceFiltering = False
|
@ -1,33 +0,0 @@
|
|||||||
# FEML01 - BOKUTTE UPA
|
|
||||||
|
|
||||||
[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 = Texture filtering will cause glitches.
|
|
||||||
EmulationStateId = 4
|
|
||||||
|
|
||||||
[OnLoad]
|
|
||||||
# Add memory patches to be loaded once on boot here.
|
|
||||||
|
|
||||||
[OnFrame]
|
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
ProjectionHack = 0
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 0
|
|
||||||
EFBScale = 2
|
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -1,33 +0,0 @@
|
|||||||
# FEMN01 - BOKUTTE UPA
|
|
||||||
|
|
||||||
[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 = 4
|
|
||||||
EmulationIssues = Texture filtering will cause glitches.
|
|
||||||
|
|
||||||
[OnLoad]
|
|
||||||
# Add memory patches to be loaded once on boot here.
|
|
||||||
|
|
||||||
[OnFrame]
|
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
ProjectionHack = 0
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 0
|
|
||||||
EFBScale = 2
|
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -21,12 +21,11 @@ EmulationStateId = 4
|
|||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 0
|
SafeTextureCacheColorSamples = 4096
|
||||||
EFBScale = 2
|
EFBScale = 2
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -26,7 +26,6 @@ EFBScale = 2
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
MaxAnisotropy = 0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# G2BP7D - Black & Bruised
|
# G2BE5G, G2BP7D - Black & Bruised
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main dolphin settings.
|
@ -1,19 +1,19 @@
|
|||||||
# G2CE52 - TC2 US
|
# G2CE52 - TC2 US
|
||||||
|
|
||||||
[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.
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 3
|
EmulationStateId = 3
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
|
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
# Add memory patches to be loaded once on boot here.
|
# Add memory patches to be loaded once on boot here.
|
||||||
|
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
# Add memory patches to be applied every frame here.
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
@ -159,5 +159,4 @@ PH_ZFar =
|
|||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBCopyEnable = True
|
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
|
@ -29,5 +29,4 @@ PH_ZFar =
|
|||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBCopyEnable = True
|
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
|
@ -158,5 +158,4 @@ PH_ZFar =
|
|||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBCopyEnable = True
|
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user