mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-28 00:35:34 +00:00
Automated de-duplication of game INIs
761 INIs were merged. 319 INIs couldn't be merged because of differences.
This commit is contained in:
parent
5e534275b8
commit
b85a4ced9f
@ -1,4 +1,4 @@
|
|||||||
# DLSE64 - Star Wars: Rogue Squadron III: Rebel Strike: Limited Edition Bonus Disc (Demo)
|
# DLSE64, DLSP64 - Star Wars: Rogue Squadron III: Rebel Strike: Limited Edition Bonus Disc (Demo)
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main dolphin settings.
|
@ -1,30 +0,0 @@
|
|||||||
# DLSP64 - Star Wars: Rogue Squadron III: Rebel Strike: Limited Edition Bonus Disc (Demo)
|
|
||||||
|
|
||||||
[Core]
|
|
||||||
# Values set here will override the main dolphin settings.
|
|
||||||
MMU = 1
|
|
||||||
|
|
||||||
[EmuState]
|
|
||||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
|
||||||
EmulationStateId = 3
|
|
||||||
EmulationIssues =
|
|
||||||
|
|
||||||
[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]
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
UseXFB = True
|
|
||||||
UseRealXFB = False
|
|
||||||
SafeTextureCacheColorSamples = 512
|
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
33
Data/Sys/GameSettings/FA6.ini
Normal file
33
Data/Sys/GameSettings/FA6.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FA6E01, FA6P01 - Donkey Kong Jr. Math
|
||||||
|
|
||||||
|
[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,4 +1,4 @@
|
|||||||
# FA7E01 - Yoshi
|
# FA7E01, FA7P01 - Yoshi
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main dolphin settings.
|
33
Data/Sys/GameSettings/FA8.ini
Normal file
33
Data/Sys/GameSettings/FA8.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FA8E01, FA8F01, FA8P01 - Kirby's Adventure [NES]
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FA8E01 - Kirby's Adventure [NES]
|
|
||||||
|
|
||||||
[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,12 +1,12 @@
|
|||||||
# FABE01 - Donkey Kong Jr.
|
# FAAE01, FAAP01 - Donkey Kong
|
||||||
|
|
||||||
[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.
|
@ -1,12 +1,12 @@
|
|||||||
# FAAP01 - Donkey Kong
|
# FABE01, FABP01 - Donkey Kong Jr.
|
||||||
|
|
||||||
[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.
|
29
Data/Sys/GameSettings/FAG.ini
Normal file
29
Data/Sys/GameSettings/FAG.ini
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# FAGE01, FAGP01 - Super Mario Bros.
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FAGE01 - Super Mario Bros.
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FAGP01 - Super Mario Bros.
|
|
||||||
|
|
||||||
[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,4 +1,4 @@
|
|||||||
# FAKE01 - The Legend of Zelda
|
# FAKE01, FAKP01 - The Legend of Zelda
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main dolphin settings.
|
@ -1,29 +0,0 @@
|
|||||||
# FAKP01 - The Legend of Zelda
|
|
||||||
|
|
||||||
[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_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -1,4 +1,4 @@
|
|||||||
# FABP01 - Donkey Kong Jr.
|
# FALE01, FALP01 - Baseball
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main dolphin settings.
|
@ -1,29 +0,0 @@
|
|||||||
# FALE01 - Baseball
|
|
||||||
|
|
||||||
[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,29 +0,0 @@
|
|||||||
# FALP01 - Baseball
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FAAE01 - Donkey Kong
|
# FAOE01, FAOP01 - Solomon's Key
|
||||||
|
|
||||||
[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.
|
@ -1,29 +0,0 @@
|
|||||||
# FAOE01 - Solomon's Key
|
|
||||||
|
|
||||||
[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,29 +0,0 @@
|
|||||||
# FAOP01 - Solomon's Key
|
|
||||||
|
|
||||||
[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
|
|
33
Data/Sys/GameSettings/FAP.ini
Normal file
33
Data/Sys/GameSettings/FAP.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FAPE01, FAPP01 - NES Open Tour. Golf
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FAPE01 - NES Open Tour. Golf
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FAPP01 - NES Open Tour. Golf
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FASE01 - Xevious
|
# FASE01, FASP01 - Xevious
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main dolphin settings.
|
@ -1,29 +0,0 @@
|
|||||||
# FASP01 - Xevious
|
|
||||||
|
|
||||||
[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_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -1,12 +1,12 @@
|
|||||||
# FA7P01 - Mario & Yoshi
|
# FAXE01, FAXP01 - Pac-Man
|
||||||
|
|
||||||
[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.
|
@ -1,12 +1,12 @@
|
|||||||
# FA8P01 - Kirby's Adventure
|
# FB4E01, FB4P01 - Lunar Pool
|
||||||
|
|
||||||
[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.
|
@ -1,33 +0,0 @@
|
|||||||
# FB4E01 - Lunar Pool
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FB4P01 - Lunar Pool
|
|
||||||
|
|
||||||
[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
|
|
33
Data/Sys/GameSettings/FBB.ini
Normal file
33
Data/Sys/GameSettings/FBB.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FBBE01, FBBP01 - Mach Rider
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FBBE01 - Mach Rider
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FBBP01 - Mach Rider
|
|
||||||
|
|
||||||
[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
|
|
33
Data/Sys/GameSettings/FBD.ini
Normal file
33
Data/Sys/GameSettings/FBD.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FBDE01, FBDP01 - Kid Icarus
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FBDE01 - Kid Icarus
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FBDP01 - Kid Icarus
|
|
||||||
|
|
||||||
[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
|
|
33
Data/Sys/GameSettings/FBE.ini
Normal file
33
Data/Sys/GameSettings/FBE.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FBEE01, FBEP01 - Ice Climber
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FBEE01 - Ice Climber
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FBEP01 - Ice Climber
|
|
||||||
|
|
||||||
[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
|
|
33
Data/Sys/GameSettings/FBH.ini
Normal file
33
Data/Sys/GameSettings/FBH.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FBHE01, FBHJ01, FBHP01 - Castlevania
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FBHE01 - Castlevania
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FBHJ01 - Castlevania
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FBHP01 - Castlevania
|
|
||||||
|
|
||||||
[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
|
|
33
Data/Sys/GameSettings/FBI.ini
Normal file
33
Data/Sys/GameSettings/FBI.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FBIE01, FBIP01 - Punch-Out!!
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FBIE01 - Punch-Out!!
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FBIP01 - Punch-Out!!
|
|
||||||
|
|
||||||
[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
|
|
33
Data/Sys/GameSettings/FBJ.ini
Normal file
33
Data/Sys/GameSettings/FBJ.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FBJE01, FBJP01 - Mighty Bomb Jack
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FBJE01 - Mighty Bomb Jack
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FBJP01 - Mighty Bomb Jack
|
|
||||||
|
|
||||||
[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
|
|
33
Data/Sys/GameSettings/FBL.ini
Normal file
33
Data/Sys/GameSettings/FBL.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FBLE01, FBLM01 - Lode Runner
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FBLE01 - Lode Runner
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FBLM01 - Lode Runner
|
|
||||||
|
|
||||||
[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
|
|
33
Data/Sys/GameSettings/FBR.ini
Normal file
33
Data/Sys/GameSettings/FBR.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FBRE01, FBRJ01, FBRP01 - Galaga
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FBRE01 - Galaga
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FBRJ01 - Galaga
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FBRP01 - Galaga
|
|
||||||
|
|
||||||
[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
|
|
33
Data/Sys/GameSettings/FBS.ini
Normal file
33
Data/Sys/GameSettings/FBS.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FBSE01, FBSM01 - Milon's Secret Castle
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FBSE01 - Milon's Secret Castle
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FBSM01 - Milon's Secret Castle
|
|
||||||
|
|
||||||
[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
|
|
33
Data/Sys/GameSettings/FBU.ini
Normal file
33
Data/Sys/GameSettings/FBU.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FBUE01, FBUP01 - Adventures of Lolo
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FBUE01 - Adventures of Lolo
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FBUP01 - Adventures of Lolo
|
|
||||||
|
|
||||||
[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,12 +1,12 @@
|
|||||||
# FA6P01 - Donkey Kong Jr. Math
|
# FC3E01, FC3P01 - Bubble Bobble
|
||||||
|
|
||||||
[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.
|
@ -1,33 +0,0 @@
|
|||||||
# FC3E01 - Bubble Bobble
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FC3P01 - Bubble Bobble
|
|
||||||
|
|
||||||
[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
|
|
33
Data/Sys/GameSettings/FC6.ini
Normal file
33
Data/Sys/GameSettings/FC6.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FC6E01, FC6P01 - StarTropics
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FC6E01 - StarTropics
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FC6P01 - StarTropics
|
|
||||||
|
|
||||||
[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
|
|
33
Data/Sys/GameSettings/FC8.ini
Normal file
33
Data/Sys/GameSettings/FC8.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FC8E01, FC8J01, FC8P01 - Castlevania II
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FC8E01 - Castlevania II
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FC8J01 - Castlevania II
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FC8P01 - Castlevania II
|
|
||||||
|
|
||||||
[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
|
|
33
Data/Sys/GameSettings/FCP.ini
Normal file
33
Data/Sys/GameSettings/FCP.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FCPE01, FCPP01 - Balloon Fight
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FCPE01 - Balloon Fight
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FCPP01 - Balloon Fight
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FCRE01 - Adventure Island
|
# FCRE01, FCRP01 - Adventure Island
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main dolphin settings.
|
@ -1,33 +0,0 @@
|
|||||||
# FCRP01 - Adventure Island
|
|
||||||
|
|
||||||
[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_Hacks]
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
EFBCopyEnable = True
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
|
@ -1,4 +1,4 @@
|
|||||||
# FAXE01 - Pac-Man
|
# FCSE01, FCSP01 - Super C
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main dolphin settings.
|
# Values set here will override the main dolphin settings.
|
@ -1,33 +0,0 @@
|
|||||||
# FCSE01 - Super C
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FCSP01 - Probotector II: Return of the Evil Forces
|
|
||||||
|
|
||||||
[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
|
|
33
Data/Sys/GameSettings/FCT.ini
Normal file
33
Data/Sys/GameSettings/FCT.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FCTE01, FCTJ01, FCTP01 - Mega Man
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FCTE01 - Mega Man
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FCTJ01 - Mega Man
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FCTP01 - Mega Man
|
|
||||||
|
|
||||||
[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
|
|
33
Data/Sys/GameSettings/FCU.ini
Normal file
33
Data/Sys/GameSettings/FCU.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FCUE01, FCUP01 - Volleyball
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FCUE01 - Volleyball
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FCUP01 - Volleyball
|
|
||||||
|
|
||||||
[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
|
|
33
Data/Sys/GameSettings/FCV.ini
Normal file
33
Data/Sys/GameSettings/FCV.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FCVE01, FCVP01 - Wrecking Crew
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FCVE01 - Wrecking Crew
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FCVP01 - Wrecking Crew
|
|
||||||
|
|
||||||
[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
|
|
33
Data/Sys/GameSettings/FCW.ini
Normal file
33
Data/Sys/GameSettings/FCW.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FCWE01, FCWP01 - Super Mario Bros. 3
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FCWE01 - Super Mario Bros. 3
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FCWP01 - Super Mario Bros. 3
|
|
||||||
|
|
||||||
[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
|
|
33
Data/Sys/GameSettings/FCY.ini
Normal file
33
Data/Sys/GameSettings/FCY.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FCYE01, FCYP01 - Yoshi's Cookie
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FCYE01 - Yoshi's Cookie
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FCYP01 - Yoshi's Cookie
|
|
||||||
|
|
||||||
[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
|
|
33
Data/Sys/GameSettings/FD2.ini
Normal file
33
Data/Sys/GameSettings/FD2.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FD2E01, FD2P01 - Double Dragon
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FD2E01 - Double Dragon
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FD2P01 - Double Dragon
|
|
||||||
|
|
||||||
[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
|
|
33
Data/Sys/GameSettings/FD7.ini
Normal file
33
Data/Sys/GameSettings/FD7.ini
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
# FD7E01, FD7J01, FD7P01 - Mega Man 3
|
||||||
|
|
||||||
|
[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 @@
|
|||||||
# FD7E01 - Mega Man 3
|
|
||||||
|
|
||||||
[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 @@
|
|||||||
# FD7J01 - Mega Man 3
|
|
||||||
|
|
||||||
[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
|
|
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