diff --git a/Data/Sys/GameSettings/0000000100000002.ini b/Data/Sys/GameSettings/0000000100000002.ini index 9fae0e3426f2..ebb24c1021ab 100644 --- a/Data/Sys/GameSettings/0000000100000002.ini +++ b/Data/Sys/GameSettings/0000000100000002.ini @@ -3,11 +3,6 @@ [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 = 5 -EmulationIssues = Requires Safe Texture Cache to avoid input fields not updating. - [OnLoad] # Add memory patches to be loaded once on boot here. diff --git a/Data/Sys/GameSettings/0000000100000002r1.ini b/Data/Sys/GameSettings/0000000100000002r1.ini index e469a475c813..b81190e10dd4 100644 --- a/Data/Sys/GameSettings/0000000100000002r1.ini +++ b/Data/Sys/GameSettings/0000000100000002r1.ini @@ -4,11 +4,6 @@ # Values set here will override the main Dolphin settings. DSPHLE = False -[EmuState] -# The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = -EmulationIssues = - [OnLoad] # Add memory patches to be loaded once on boot here. diff --git a/Data/Sys/GameSettings/E5Z.ini b/Data/Sys/GameSettings/E5Z.ini index 38d3258b5044..e1ab69e4593f 100644 --- a/Data/Sys/GameSettings/E5Z.ini +++ b/Data/Sys/GameSettings/E5Z.ini @@ -2,6 +2,7 @@ [Core] # Values set here will override the main Dolphin settings. +CPUThread = False [OnLoad] # Add memory patches to be loaded once on boot here. diff --git a/Data/Sys/GameSettings/E63.ini b/Data/Sys/GameSettings/E63.ini index 959c07f0adf1..ae1d7b9a4709 100644 --- a/Data/Sys/GameSettings/E63.ini +++ b/Data/Sys/GameSettings/E63.ini @@ -2,6 +2,7 @@ [Core] # Values set here will override the main Dolphin settings. +CPUThread = False [OnLoad] # Add memory patches to be loaded once on boot here. diff --git a/Data/Sys/GameSettings/E6W.ini b/Data/Sys/GameSettings/E6W.ini index 8ead1b12e7a2..1950dcceb919 100644 --- a/Data/Sys/GameSettings/E6W.ini +++ b/Data/Sys/GameSettings/E6W.ini @@ -2,6 +2,7 @@ [Core] # Values set here will override the main Dolphin settings. +CPUThread = False [OnLoad] # Add memory patches to be loaded once on boot here. diff --git a/Data/Sys/GameSettings/E6X.ini b/Data/Sys/GameSettings/E6X.ini index 02115939bc87..1b964a439f79 100644 --- a/Data/Sys/GameSettings/E6X.ini +++ b/Data/Sys/GameSettings/E6X.ini @@ -2,6 +2,7 @@ [Core] # Values set here will override the main Dolphin settings. +CPUThread = False [OnLoad] # Add memory patches to be loaded once on boot here. diff --git a/Data/Sys/GameSettings/E7J.ini b/Data/Sys/GameSettings/E7J.ini new file mode 100644 index 000000000000..f80fc8e1c089 --- /dev/null +++ b/Data/Sys/GameSettings/E7J.ini @@ -0,0 +1,16 @@ +# E78JAF - Solvalou + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Hacks] +EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/E7V.ini b/Data/Sys/GameSettings/E7V.ini new file mode 100644 index 000000000000..5ad8c2f866d0 --- /dev/null +++ b/Data/Sys/GameSettings/E7V.ini @@ -0,0 +1,16 @@ +# E7VJ - Cyber Sled + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Enhancements] +ForceTrueColor = False diff --git a/Data/Sys/GameSettings/G3Q.ini b/Data/Sys/GameSettings/G3Q.ini index d2867b0edda4..1fab4cd625a1 100644 --- a/Data/Sys/GameSettings/G3Q.ini +++ b/Data/Sys/GameSettings/G3Q.ini @@ -1,4 +1,4 @@ -# G3QEA4 - TMNT3 +# G3QEA4 - Teenage Mutant Ninja Turtles 3: Mutant Nightmare [Core] # Values set here will override the main Dolphin settings. @@ -12,6 +12,8 @@ [ActionReplay] # Add action replay cheats here. +[Video_Hacks] +ImmediateXFBEnable = False + [Video_Settings] SafeTextureCacheColorSamples = 512 - diff --git a/Data/Sys/GameSettings/GAA.ini b/Data/Sys/GameSettings/GAA.ini new file mode 100644 index 000000000000..b090f9658a0c --- /dev/null +++ b/Data/Sys/GameSettings/GAA.ini @@ -0,0 +1,17 @@ +# GAAJ08 - Disney's Mickey & Minnie Trick & Chase + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Hacks] +EFBToTextureEnable = False +BBoxEnable = True diff --git a/Data/Sys/GameSettings/GDX.ini b/Data/Sys/GameSettings/GDX.ini index cfa4b12e8d46..079e54202bc8 100644 --- a/Data/Sys/GameSettings/GDX.ini +++ b/Data/Sys/GameSettings/GDX.ini @@ -3,8 +3,3 @@ [Core] # Values set here will override the main Dolphin settings. MemoryCard251 = True - -[EmuState] -# The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = -EmulationIssues = This game does not work properly with large memorycards, use a 251 block card. See http://www.nintendo.com/consumer/memorycard1019.jsp diff --git a/Data/Sys/GameSettings/GHV.ini b/Data/Sys/GameSettings/GHV.ini index f7ad8ccd79f8..489e5cc4258d 100644 --- a/Data/Sys/GameSettings/GHV.ini +++ b/Data/Sys/GameSettings/GHV.ini @@ -13,4 +13,5 @@ # Add action replay cheats here. [Video_Hacks] +EFBToTextureEnable = False BBoxEnable = True diff --git a/Data/Sys/GameSettings/GLC.ini b/Data/Sys/GameSettings/GLC.ini index b7d869add875..0d2dcf3825dc 100644 --- a/Data/Sys/GameSettings/GLC.ini +++ b/Data/Sys/GameSettings/GLC.ini @@ -2,8 +2,6 @@ [Core] # Values set here will override the main Dolphin settings. -CPUThread = 1 -SkipIdle = 1 [OnLoad] # Add memory patches to be loaded once on boot here. @@ -16,7 +14,3 @@ SkipIdle = 1 [Video_Settings] SafeTextureCacheColorSamples = 512 - -[Video_Hacks] -EFBToTextureEnable = True - diff --git a/Data/Sys/GameSettings/GNI.ini b/Data/Sys/GameSettings/GNI.ini new file mode 100644 index 000000000000..6682620f101e --- /dev/null +++ b/Data/Sys/GameSettings/GNI.ini @@ -0,0 +1,16 @@ +# GNIEA4, GNIPA4 - Teenage Mutant Ninja Turtles 2: Battle Nexus + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Hacks] +ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/GOQ.ini b/Data/Sys/GameSettings/GOQ.ini new file mode 100644 index 000000000000..02113c6db2a4 --- /dev/null +++ b/Data/Sys/GameSettings/GOQ.ini @@ -0,0 +1,16 @@ +# GOQE82 - One Piece: Grand Adventure + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Enhancements] +MaxAnisotropy = 0 diff --git a/Data/Sys/GameSettings/GP6.ini b/Data/Sys/GameSettings/GP6.ini index 2ad337283521..895efeea916b 100644 --- a/Data/Sys/GameSettings/GP6.ini +++ b/Data/Sys/GameSettings/GP6.ini @@ -15,3 +15,5 @@ [Video_Hacks] EFBEmulateFormatChanges = True +[Video_Settings] +SafeTextureCacheColorSamples = 512 diff --git a/Data/Sys/GameSettings/GUP.ini b/Data/Sys/GameSettings/GUP.ini index 5b02e0b30a6f..d4522afcc742 100644 --- a/Data/Sys/GameSettings/GUP.ini +++ b/Data/Sys/GameSettings/GUP.ini @@ -14,6 +14,7 @@ [Video_Hacks] EFBToTextureEnable = False +VertexRounding = True [Video_Stereoscopy] StereoConvergence = 1 diff --git a/Data/Sys/GameSettings/GX3.ini b/Data/Sys/GameSettings/GX3.ini index fa49e87e340c..6eeb1a9ca793 100644 --- a/Data/Sys/GameSettings/GX3.ini +++ b/Data/Sys/GameSettings/GX3.ini @@ -3,14 +3,6 @@ [Core] # Values set here will override the main Dolphin settings. -<<<<<<< HEAD -[EmuState] -# The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 3 -EmulationIssues = - -======= ->>>>>>> Remove EmuState from packaged GameSettings ini files [OnLoad] # Add memory patches to be loaded once on boot here. diff --git a/Data/Sys/GameSettings/P2M.ini b/Data/Sys/GameSettings/P2M.ini new file mode 100644 index 000000000000..f7bee725870f --- /dev/null +++ b/Data/Sys/GameSettings/P2M.ini @@ -0,0 +1,20 @@ +# P2ME01 - Metroid Prime 2: Echoes Bonus Disc + +[Core] +# Values set here will override the main Dolphin settings. +SyncGPU = True + +[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_Settings] +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/R38.ini b/Data/Sys/GameSettings/R38.ini new file mode 100644 index 000000000000..4a3a419a19ee --- /dev/null +++ b/Data/Sys/GameSettings/R38.ini @@ -0,0 +1,16 @@ +# R38E78, R38P78, R38X78, R38Y78 - Marvel Super Hero Squad + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Hacks] +EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/R55.ini b/Data/Sys/GameSettings/R55.ini index a9a5548accff..fcccf8d7cbae 100644 --- a/Data/Sys/GameSettings/R55.ini +++ b/Data/Sys/GameSettings/R55.ini @@ -3,11 +3,6 @@ [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 = -EmulationIssues = - [OnLoad] # Add memory patches to be loaded once on boot here. diff --git a/Data/Sys/GameSettings/R59.ini b/Data/Sys/GameSettings/R59.ini index 9aa97bb6ca45..d869737df588 100644 --- a/Data/Sys/GameSettings/R59.ini +++ b/Data/Sys/GameSettings/R59.ini @@ -3,11 +3,6 @@ [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 = -EmulationIssues = - [OnLoad] # Add memory patches to be loaded once on boot here. diff --git a/Data/Sys/GameSettings/R5T.ini b/Data/Sys/GameSettings/R5T.ini new file mode 100644 index 000000000000..fcc85450ecd4 --- /dev/null +++ b/Data/Sys/GameSettings/R5T.ini @@ -0,0 +1,16 @@ +# R5TE69 - Grand Slam Tennis + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Settings] +SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/R5W.ini b/Data/Sys/GameSettings/R5W.ini index 9e2f7f90ede2..03cf3a3e23a7 100644 --- a/Data/Sys/GameSettings/R5W.ini +++ b/Data/Sys/GameSettings/R5W.ini @@ -12,6 +12,9 @@ [ActionReplay] # Add action replay cheats here. +[Video_Hacks] +VertexRounding = True + [Video_Settings] SafeTextureCacheColorSamples = 512 diff --git a/Data/Sys/GameSettings/RG4.ini b/Data/Sys/GameSettings/RG4.ini new file mode 100644 index 000000000000..ae7eaad09b36 --- /dev/null +++ b/Data/Sys/GameSettings/RG4.ini @@ -0,0 +1,14 @@ +# RG4JC0 - Densha de Go! Shinkansen EX Sanyou Shinkansen-hen + +[Core] +# Values set here will override the main Dolphin settings. +CPUThread = False + +[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. diff --git a/Data/Sys/GameSettings/RM9.ini b/Data/Sys/GameSettings/RM9.ini index ca72c7fbe2a1..60bdc7b1a7c7 100644 --- a/Data/Sys/GameSettings/RM9.ini +++ b/Data/Sys/GameSettings/RM9.ini @@ -3,11 +3,6 @@ [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 = - [OnLoad] # Add memory patches to be loaded once on boot here. diff --git a/Data/Sys/GameSettings/ROW.ini b/Data/Sys/GameSettings/ROW.ini index 84ba7557be0e..4d5b2d8e301c 100644 --- a/Data/Sys/GameSettings/ROW.ini +++ b/Data/Sys/GameSettings/ROW.ini @@ -14,6 +14,7 @@ [Video_Settings] SafeTextureCacheColorSamples = 512 +MSAA = 0 [Video_Hacks] EFBAccessEnable = True diff --git a/Data/Sys/GameSettings/RRP.ini b/Data/Sys/GameSettings/RRP.ini new file mode 100644 index 000000000000..721b79c77d6a --- /dev/null +++ b/Data/Sys/GameSettings/RRP.ini @@ -0,0 +1,18 @@ +# RRPE41 - The Price Is Right + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Settings] + +[Video_Hacks] +ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/RYW.ini b/Data/Sys/GameSettings/RYW.ini new file mode 100644 index 000000000000..67736e220b5a --- /dev/null +++ b/Data/Sys/GameSettings/RYW.ini @@ -0,0 +1,17 @@ +# RYWE01, RYWJ01, RYWK01, RYWP01 - Big Brain Academy: Wii Degree + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Hacks] +EFBToTextureEnable = False +EFBEmulateFormatChanges = True diff --git a/Data/Sys/GameSettings/S2C.ini b/Data/Sys/GameSettings/S2C.ini new file mode 100644 index 000000000000..aba1a9aeb720 --- /dev/null +++ b/Data/Sys/GameSettings/S2C.ini @@ -0,0 +1,16 @@ +# S2CE54, S2CP54 - New Carnival Games + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Enhancements] +ForceFiltering = False diff --git a/Data/Sys/GameSettings/SAL.ini b/Data/Sys/GameSettings/SAL.ini new file mode 100644 index 000000000000..be3b4dd1ba74 --- /dev/null +++ b/Data/Sys/GameSettings/SAL.ini @@ -0,0 +1,16 @@ +# SALE4Q, SALP4Q - Alice in Wonderland + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Hacks] +VertexRounding = True diff --git a/Data/Sys/GameSettings/SGV.ini b/Data/Sys/GameSettings/SGV.ini index ac1597be9129..0bb5ab24908d 100644 --- a/Data/Sys/GameSettings/SGV.ini +++ b/Data/Sys/GameSettings/SGV.ini @@ -3,11 +3,6 @@ [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 = - [OnLoad] # Add memory patches to be loaded once on boot here. diff --git a/Data/Sys/GameSettings/SHL.ini b/Data/Sys/GameSettings/SHL.ini index 74b8eed560b7..8150354c9f45 100644 --- a/Data/Sys/GameSettings/SHL.ini +++ b/Data/Sys/GameSettings/SHL.ini @@ -12,6 +12,9 @@ [ActionReplay] # Add action replay cheats here. +[Video_Hacks] +VertexRounding = True + [Video_Settings] SafeTextureCacheColorSamples = 512 diff --git a/Data/Sys/GameSettings/SNT.ini b/Data/Sys/GameSettings/SNT.ini new file mode 100644 index 000000000000..60427b80145f --- /dev/null +++ b/Data/Sys/GameSettings/SNT.ini @@ -0,0 +1,21 @@ +# SNTEXN - Netflix Instant Streaming Disc + +[Core] +# Values set here will override the main Dolphin settings. +MMU = 1 + +[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] + +[Video_Hacks] +ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/WB8.ini b/Data/Sys/GameSettings/WB8.ini index 0461fcc43124..fcb92d30d8e4 100644 --- a/Data/Sys/GameSettings/WB8.ini +++ b/Data/Sys/GameSettings/WB8.ini @@ -3,11 +3,6 @@ [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 = - [OnLoad] # Add memory patches to be loaded once on boot here.