From c88d5da3dc0e18a9621e756f6619db04ee27f093 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Sat, 11 Apr 2026 17:32:37 -0500 Subject: [PATCH] GameSettings: Add comments with the reason for disabling ImmediateXFB for many games. --- Data/Sys/GameSettings/GFF.ini | 13 +------------ Data/Sys/GameSettings/GGS.ini | 12 ++---------- Data/Sys/GameSettings/GK4.ini | 12 +----------- Data/Sys/GameSettings/GLG.ini | 12 +----------- Data/Sys/GameSettings/GMH.ini | 13 +------------ Data/Sys/GameSettings/GMI.ini | 15 ++------------- Data/Sys/GameSettings/GN4.ini | 14 ++------------ Data/Sys/GameSettings/GNC.ini | 12 +----------- Data/Sys/GameSettings/GNJ.ini | 13 +------------ Data/Sys/GameSettings/GPE.ini | 14 ++------------ Data/Sys/GameSettings/GPS.ini | 11 ++--------- Data/Sys/GameSettings/GRB.ini | 13 +------------ Data/Sys/GameSettings/GRQ.ini | 15 ++------------- Data/Sys/GameSettings/GRU.ini | 15 ++------------- Data/Sys/GameSettings/GS2.ini | 13 ++----------- Data/Sys/GameSettings/GS2E78.ini | 2 +- Data/Sys/GameSettings/GSO.ini | 10 +--------- Data/Sys/GameSettings/GSS.ini | 13 +------------ Data/Sys/GameSettings/GZP.ini | 14 ++------------ Data/Sys/GameSettings/MCV.ini | 2 +- Data/Sys/GameSettings/R3A.ini | 14 ++------------ Data/Sys/GameSettings/R3D.ini | 15 ++------------- Data/Sys/GameSettings/R4F.ini | 17 +++-------------- Data/Sys/GameSettings/R79.ini | 2 +- Data/Sys/GameSettings/R8L.ini | 13 +------------ Data/Sys/GameSettings/RBR.ini | 12 ++---------- Data/Sys/GameSettings/RCL.ini | 12 ++---------- Data/Sys/GameSettings/RIZ.ini | 12 +----------- Data/Sys/GameSettings/RMH.ini | 11 ++--------- Data/Sys/GameSettings/RMO.ini | 14 ++------------ Data/Sys/GameSettings/RNO.ini | 11 ++--------- Data/Sys/GameSettings/RO9.ini | 15 ++------------- Data/Sys/GameSettings/RRZ.ini | 15 ++------------- Data/Sys/GameSettings/RSO.ini | 13 ++++--------- Data/Sys/GameSettings/RUA.ini | 5 +++++ Data/Sys/GameSettings/RZO.ini | 10 +--------- Data/Sys/GameSettings/S5M.ini | 5 +++++ Data/Sys/GameSettings/SBK.ini | 1 + Data/Sys/GameSettings/SBX.ini | 14 ++------------ Data/Sys/GameSettings/SFI.ini | 10 ---------- Data/Sys/GameSettings/SG8.ini | 12 +----------- Data/Sys/GameSettings/SHW.ini | 10 +--------- Data/Sys/GameSettings/SJE.ini | 12 +----------- Data/Sys/GameSettings/SKA.ini | 12 +----------- Data/Sys/GameSettings/SKC.ini | 16 ++-------------- Data/Sys/GameSettings/SKG.ini | 12 +----------- Data/Sys/GameSettings/SKJ.ini | 11 +---------- Data/Sys/GameSettings/SKO.ini | 12 +----------- Data/Sys/GameSettings/SKV.ini | 13 +------------ Data/Sys/GameSettings/SLW.ini | 14 +++----------- Data/Sys/GameSettings/SMF.ini | 13 ++----------- Data/Sys/GameSettings/SNY.ini | 11 +---------- Data/Sys/GameSettings/SOS.ini | 14 +------------- Data/Sys/GameSettings/SPR.ini | 10 +--------- Data/Sys/GameSettings/SR5.ini | 10 +--------- Data/Sys/GameSettings/SSR.ini | 13 +------------ Data/Sys/GameSettings/SST.ini | 16 ++-------------- Data/Sys/GameSettings/SSZ.ini | 12 +----------- Data/Sys/GameSettings/SU5.ini | 5 +++++ Data/Sys/GameSettings/SVV.ini | 14 ++------------ Data/Sys/GameSettings/SX7.ini | 14 ++------------ Data/Sys/GameSettings/WHU.ini | 14 ++------------ Data/Sys/GameSettings/WR9.ini | 12 ++---------- Data/Sys/GameSettings/WRX.ini | 12 ++---------- Data/Sys/GameSettings/WTU.ini | 10 +--------- Data/Sys/GameSettings/WW2.ini | 3 ++- Data/Sys/GameSettings/WW3.ini | 3 ++- Data/Sys/GameSettings/WWI.ini | 3 ++- 68 files changed, 116 insertions(+), 656 deletions(-) create mode 100644 Data/Sys/GameSettings/RUA.ini create mode 100644 Data/Sys/GameSettings/S5M.ini create mode 100644 Data/Sys/GameSettings/SU5.ini diff --git a/Data/Sys/GameSettings/GFF.ini b/Data/Sys/GameSettings/GFF.ini index b236096101..ca4002dffb 100644 --- a/Data/Sys/GameSettings/GFF.ini +++ b/Data/Sys/GameSettings/GFF.ini @@ -1,16 +1,5 @@ # GFFE5D - Freaky Flyers -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] - [Video_Hacks] +# Avoids stuck screens during FMVs. ImmediateXFBEnable = False - diff --git a/Data/Sys/GameSettings/GGS.ini b/Data/Sys/GameSettings/GGS.ini index 4d3a854b10..99efdeacaf 100644 --- a/Data/Sys/GameSettings/GGS.ini +++ b/Data/Sys/GameSettings/GGS.ini @@ -1,16 +1,8 @@ -# GGSEA4, GGSJA4, GGSPA4 - METAL GEAR SOLID THE TWIN SNAKES - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. +# GGSEA4, GGSJA4, GGSPA4 - Metal Gear Solid: The Twin Snakes [Video_Settings] SafeTextureCacheColorSamples = 512 [Video_Hacks] +# Avoids occasional incomplete frames. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/GK4.ini b/Data/Sys/GameSettings/GK4.ini index 5f11266a73..7c59cc3a8f 100644 --- a/Data/Sys/GameSettings/GK4.ini +++ b/Data/Sys/GameSettings/GK4.ini @@ -1,14 +1,5 @@ # GK4E01, GK4J01 - Baten Kaitos Origins -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - [Gecko] $16:9 Widescreen F6000001 80008180 @@ -57,10 +48,9 @@ D003000C 38800001 60000000 00000000 E0000000 80008000 -[Video_Settings] - [Video_Hacks] EFBToTextureEnable = False +# Avoids black flickering during FMVs. ImmediateXFBEnable = False [Gecko_RetroAchievements_Verified] diff --git a/Data/Sys/GameSettings/GLG.ini b/Data/Sys/GameSettings/GLG.ini index b92d4d1b75..3e583f13b3 100644 --- a/Data/Sys/GameSettings/GLG.ini +++ b/Data/Sys/GameSettings/GLG.ini @@ -1,15 +1,5 @@ # GLGP41 - Largo Winch -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] - [Video_Hacks] +# Avoids majorly corrupted graphics and stuck screens during FMVs. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/GMH.ini b/Data/Sys/GameSettings/GMH.ini index 58a06209bf..aeaad16fd2 100644 --- a/Data/Sys/GameSettings/GMH.ini +++ b/Data/Sys/GameSettings/GMH.ini @@ -1,16 +1,5 @@ # GMHE52, GMHF52, GMHP52 - Mat Hoffman's Pro BMX 2 -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] - [Video_Hacks] +# Avoids stuck screens during FMVs. ImmediateXFBEnable = False - diff --git a/Data/Sys/GameSettings/GMI.ini b/Data/Sys/GameSettings/GMI.ini index 54f0ad86d0..8e86826154 100644 --- a/Data/Sys/GameSettings/GMI.ini +++ b/Data/Sys/GameSettings/GMI.ini @@ -1,16 +1,5 @@ -# GMIE70, GMIP70 - Mission: Impossible Operation Surma - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] +# GMIE70, GMIP70, GMIJ70 - Mission: Impossible - Operation Surma [Video_Hacks] +# Avoids constant flickering. ImmediateXFBEnable = False - diff --git a/Data/Sys/GameSettings/GN4.ini b/Data/Sys/GameSettings/GN4.ini index 1374f9948f..7ff612dfdf 100644 --- a/Data/Sys/GameSettings/GN4.ini +++ b/Data/Sys/GameSettings/GN4.ini @@ -1,15 +1,5 @@ -# GN4E69 - NASCAR 2005 - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] +# GN4E69 - NASCAR 2005: Chase for the Cup [Video_Hacks] +# Avoids stuck screens during FMVs. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/GNC.ini b/Data/Sys/GameSettings/GNC.ini index e7bb81befc..a886bda24b 100644 --- a/Data/Sys/GameSettings/GNC.ini +++ b/Data/Sys/GameSettings/GNC.ini @@ -1,15 +1,5 @@ # GNCE69 - NASCAR Thunder 2003 -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] - [Video_Hacks] +# Avoids stuck screens during FMVs. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/GNJ.ini b/Data/Sys/GameSettings/GNJ.ini index 58cbe3a718..68637fdcd0 100644 --- a/Data/Sys/GameSettings/GNJ.ini +++ b/Data/Sys/GameSettings/GNJ.ini @@ -1,16 +1,5 @@ # GNJEAF - I-Ninja -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] - [Video_Hacks] +# Avoids stuck screens during FMVs. ImmediateXFBEnable = False - diff --git a/Data/Sys/GameSettings/GPE.ini b/Data/Sys/GameSettings/GPE.ini index 7f865ac9af..4245ca81ae 100644 --- a/Data/Sys/GameSettings/GPE.ini +++ b/Data/Sys/GameSettings/GPE.ini @@ -1,15 +1,5 @@ -# GPEJ2Q - PoolEdge for JPN - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] +# GPEJ2Q - Pool Edge [Video_Hacks] +# Avoids majorly corrupted graphics in main menu. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/GPS.ini b/Data/Sys/GameSettings/GPS.ini index d7a5503c14..7877f1b19d 100644 --- a/Data/Sys/GameSettings/GPS.ini +++ b/Data/Sys/GameSettings/GPS.ini @@ -1,18 +1,11 @@ -# GPSE8P, GPSP8P - PHANTASY STAR ONLINE EPISODE III +# GPSE8P, GPSJ8P, GPSP8P - Phantasy Star Online Episode III: C.A.R.D. Revolution [Core] -# Values set here will override the main Dolphin settings. CPUThread = False -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - [Video_Settings] SafeTextureCacheColorSamples = 2048 [Video_Hacks] +# Avoids stuck screens during FMVs. ImmediateXFBEnable = False - diff --git a/Data/Sys/GameSettings/GRB.ini b/Data/Sys/GameSettings/GRB.ini index cbdaec9ae3..2b0728cd1a 100644 --- a/Data/Sys/GameSettings/GRB.ini +++ b/Data/Sys/GameSettings/GRB.ini @@ -1,16 +1,5 @@ # GRBE6S, GRBP6S - Robotech: Battlecry -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] - [Video_Hacks] +# Avoids stuck screens during FMVs. ImmediateXFBEnable = False - diff --git a/Data/Sys/GameSettings/GRQ.ini b/Data/Sys/GameSettings/GRQ.ini index 306dabfc06..a159a94c4d 100644 --- a/Data/Sys/GameSettings/GRQ.ini +++ b/Data/Sys/GameSettings/GRQ.ini @@ -1,16 +1,5 @@ -# GRQE41 - CITY RACER - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] +# GRQE41 - City Racer [Video_Hacks] +# Avoids stuck screens during FMVs. ImmediateXFBEnable = False - diff --git a/Data/Sys/GameSettings/GRU.ini b/Data/Sys/GameSettings/GRU.ini index 15cadd77ad..4d117135b3 100644 --- a/Data/Sys/GameSettings/GRU.ini +++ b/Data/Sys/GameSettings/GRU.ini @@ -1,16 +1,5 @@ -# GRUE78 - Power Rangers Dino Thunder - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] +# GRUE78, GRUP78, GRUF78 - Power Rangers: Dino Thunder [Video_Hacks] +# Avoids stuck screens during FMVs. ImmediateXFBEnable = False - diff --git a/Data/Sys/GameSettings/GS2.ini b/Data/Sys/GameSettings/GS2.ini index 91d41428ea..df39e1efa5 100644 --- a/Data/Sys/GameSettings/GS2.ini +++ b/Data/Sys/GameSettings/GS2.ini @@ -1,17 +1,8 @@ -# GS2D78, GS2E78, GS2F78, GS2P78 - Summoner 2 +# GS2D78, GS2E78, GS2F78, GS2P78 - Summoner: A Goddess Reborn [Core] -# Values set here will override the main Dolphin settings. MMU = True -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] - [Video_Hacks] +# Avoids stuck screens during FMVs. ImmediateXFBEnable = False - diff --git a/Data/Sys/GameSettings/GS2E78.ini b/Data/Sys/GameSettings/GS2E78.ini index f764d932ea..45486430fc 100644 --- a/Data/Sys/GameSettings/GS2E78.ini +++ b/Data/Sys/GameSettings/GS2E78.ini @@ -1,4 +1,4 @@ -# GS2E78 - Summoner 2 +# GS2E78 - Summoner: A Goddess Reborn [OnFrame] # This game will reinitialize the sound system buffers during transitions while diff --git a/Data/Sys/GameSettings/GSO.ini b/Data/Sys/GameSettings/GSO.ini index e173243be1..9c5d0d41b9 100644 --- a/Data/Sys/GameSettings/GSO.ini +++ b/Data/Sys/GameSettings/GSO.ini @@ -1,14 +1,5 @@ # GSOE8P, GSOJ8P, GSOP8P - Sonic Mega Collection -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - [Gecko] $16:9 Widescreen Region Free F6000002 80008180 @@ -58,6 +49,7 @@ E0000000 80008000 SafeTextureCacheColorSamples = 512 [Video_Hacks] +# Avoids constant flickering. ImmediateXFBEnable = False [Gecko_RetroAchievements_Verified] diff --git a/Data/Sys/GameSettings/GSS.ini b/Data/Sys/GameSettings/GSS.ini index 55a89d515f..0712a68ff8 100644 --- a/Data/Sys/GameSettings/GSS.ini +++ b/Data/Sys/GameSettings/GSS.ini @@ -1,16 +1,5 @@ # GSSE8P, GSSJ8P, GSSP70, GSSP8P - Sega Soccer Slam -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] - [Video_Hacks] +# Avoids stuck screens during FMVs. ImmediateXFBEnable = False - diff --git a/Data/Sys/GameSettings/GZP.ini b/Data/Sys/GameSettings/GZP.ini index 0df6aca7b2..ea28f82d5e 100644 --- a/Data/Sys/GameSettings/GZP.ini +++ b/Data/Sys/GameSettings/GZP.ini @@ -1,15 +1,5 @@ -# GZPE70, GZPP70 - Zapper - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] +# GZPE70, GZPP70 - Zapper: One Wicked Cricket [Video_Hacks] +# Avoids stuck screens during FMVs. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/MCV.ini b/Data/Sys/GameSettings/MCV.ini index e0804cbca5..4b11f025c3 100644 --- a/Data/Sys/GameSettings/MCV.ini +++ b/Data/Sys/GameSettings/MCV.ini @@ -1,8 +1,8 @@ # MCVP8P, MCVJ8P, MCVE8P - Pitfall: The Mayan Adventure [Core] -# Values set here will override the main Dolphin settings. CPUThread = False [Video_Hacks] +# Avoids majorly corrupted screen edges. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/R3A.ini b/Data/Sys/GameSettings/R3A.ini index 4e312bba2e..417c030f42 100644 --- a/Data/Sys/GameSettings/R3A.ini +++ b/Data/Sys/GameSettings/R3A.ini @@ -1,16 +1,6 @@ # R3AP7J, R3AE20 - Story Hour: Adventures -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - [Video_Hacks] -ImmediateXFBEnable = False EFBToTextureEnable = False - -[Video_Settings] +# Avoids majorly corrupted graphics. +ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/R3D.ini b/Data/Sys/GameSettings/R3D.ini index f5d4a0f95d..a7d25d011f 100644 --- a/Data/Sys/GameSettings/R3D.ini +++ b/Data/Sys/GameSettings/R3D.ini @@ -1,16 +1,5 @@ -# R3DES5, R3DPS5 - Dream Pinball 3d - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] +# R3DES5, R3DPS5 - Dream Pinball 3D [Video_Hacks] +# Avoids constant flickering when in game. ImmediateXFBEnable = False - diff --git a/Data/Sys/GameSettings/R4F.ini b/Data/Sys/GameSettings/R4F.ini index 7fe940b68c..70784fce56 100644 --- a/Data/Sys/GameSettings/R4F.ini +++ b/Data/Sys/GameSettings/R4F.ini @@ -1,17 +1,6 @@ -# R4FE20 - Story Hour: Fairy Tales - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. +# R4FE20, R4FP7J - Story Hour: Fairy Tales [Video_Hacks] -ImmediateXFBEnable = False EFBToTextureEnable = False - -[Video_Settings] - +# Avoids majorly corrupted graphics. +ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/R79.ini b/Data/Sys/GameSettings/R79.ini index 72eae594a8..8d18074df0 100644 --- a/Data/Sys/GameSettings/R79.ini +++ b/Data/Sys/GameSettings/R79.ini @@ -5,4 +5,4 @@ SuggestedAspectRatio = 2 [Video_Hacks] # Avoids black flickering while in game. -ImmediateXFBenable = False +ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/R8L.ini b/Data/Sys/GameSettings/R8L.ini index 9f44d2c23d..dcdfb8177b 100644 --- a/Data/Sys/GameSettings/R8L.ini +++ b/Data/Sys/GameSettings/R8L.ini @@ -1,16 +1,5 @@ # R8LE20, R8LP7J - Chicken Blaster -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] -SuggestedAspectRatio = 2 - [Video_Hacks] +# Avoids majorly corrupted graphics. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/RBR.ini b/Data/Sys/GameSettings/RBR.ini index 283b5cef2a..2c74b87049 100644 --- a/Data/Sys/GameSettings/RBR.ini +++ b/Data/Sys/GameSettings/RBR.ini @@ -1,16 +1,8 @@ -# RBRE5G, RBRP5G, RBRX5G - Blast Works Build, Trade, Destroy - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. +# RBRE5G, RBRP5G, RBRX5G - Blast Works: Build, Trade, Destroy [Video_Settings] SuggestedAspectRatio = 2 [Video_Hacks] +# Avoids majorly corrupted graphics. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/RCL.ini b/Data/Sys/GameSettings/RCL.ini index fce3ec1e76..961b0efc45 100644 --- a/Data/Sys/GameSettings/RCL.ini +++ b/Data/Sys/GameSettings/RCL.ini @@ -1,16 +1,8 @@ -# RCLE4Q, RCLP4Q - Chicken Little: Ace In Action - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. +# RCLE4Q, RCLP4Q - Chicken Little: Ace in Action [Video_Settings] SuggestedAspectRatio = 2 [Video_Hacks] +# Avoids stuck screens during FMVs. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/RIZ.ini b/Data/Sys/GameSettings/RIZ.ini index d8f75acee7..b34256837b 100644 --- a/Data/Sys/GameSettings/RIZ.ini +++ b/Data/Sys/GameSettings/RIZ.ini @@ -1,15 +1,5 @@ # RIZENR - Indianapolis 500 Legends -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] - [Video_Hacks] +# Avoids consant flickering of UI elements. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/RMH.ini b/Data/Sys/GameSettings/RMH.ini index 8e79405a81..49a5f32dc9 100644 --- a/Data/Sys/GameSettings/RMH.ini +++ b/Data/Sys/GameSettings/RMH.ini @@ -1,14 +1,7 @@ # RMHE08, RMHJ08, RMHP08 - Monster Hunter Tri -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - [Video_Hacks] +# Avoids flickering of some UI elements. ImmediateXFBEnable = False +# Avoids over-bloom issues. EFBAccessEnable = True diff --git a/Data/Sys/GameSettings/RMO.ini b/Data/Sys/GameSettings/RMO.ini index 8f8457584e..6a3552af27 100644 --- a/Data/Sys/GameSettings/RMO.ini +++ b/Data/Sys/GameSettings/RMO.ini @@ -1,15 +1,5 @@ -# RMOE52 - Monster Jam - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] +# RMOE52, RMOP52 - Monster Jam [Video_Hacks] +# Avoids constant flickering. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/RNO.ini b/Data/Sys/GameSettings/RNO.ini index 14b96ebb18..0662655e06 100644 --- a/Data/Sys/GameSettings/RNO.ini +++ b/Data/Sys/GameSettings/RNO.ini @@ -1,19 +1,12 @@ -# RNOJ01, RNOP01 - Another Code R Kioku no Tobira +# RNOJ01, RNOP01 - Another Code: R - A Journey into Lost Memories [Core] # Prevents save game corruption. CPUThread = False -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] - [Video_Hacks] EFBToTextureEnable = False +# Avoids majorly corrupted graphics. ImmediateXFBEnable = False # Multiple choice options displays some graphic corruption # DeferEFBCopies = False diff --git a/Data/Sys/GameSettings/RO9.ini b/Data/Sys/GameSettings/RO9.ini index 3873a81568..0116f25645 100644 --- a/Data/Sys/GameSettings/RO9.ini +++ b/Data/Sys/GameSettings/RO9.ini @@ -1,16 +1,5 @@ -# RO9EFS, RO9PNK - Aqua Panic - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] +# RO9EFS, RO9PNK - Aqua Panic! [Video_Hacks] +# Avoids constant flickering. ImmediateXFBEnable = False - diff --git a/Data/Sys/GameSettings/RRZ.ini b/Data/Sys/GameSettings/RRZ.ini index b297b97222..94f8c0e50b 100644 --- a/Data/Sys/GameSettings/RRZ.ini +++ b/Data/Sys/GameSettings/RRZ.ini @@ -1,16 +1,5 @@ -# RRZEGY, RRZPGY - Rubik's Puzzle World - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] +# RRZEGY, RRZPGY - Rubik's World [Video_Hacks] +# Avoids majorly corrupted graphics. ImmediateXFBEnable = False - diff --git a/Data/Sys/GameSettings/RSO.ini b/Data/Sys/GameSettings/RSO.ini index eb73773bfa..50da934b01 100644 --- a/Data/Sys/GameSettings/RSO.ini +++ b/Data/Sys/GameSettings/RSO.ini @@ -1,14 +1,9 @@ # RSOE4Z, RSOP4Z - Solitaire & Mahjong -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - [Video_Hacks] +# Prevents broken rendering. BBoxEnable = True +# Required for cursor selection to work. +EFBAccessEnable = True +# Avoids constant flickering. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/RUA.ini b/Data/Sys/GameSettings/RUA.ini new file mode 100644 index 0000000000..3f366abd49 --- /dev/null +++ b/Data/Sys/GameSettings/RUA.ini @@ -0,0 +1,5 @@ +# RUAE52, RUAP52 - Monster Jam: Urban Assault + +[Video_Hacks] +# Avoids constant flickering. +ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/RZO.ini b/Data/Sys/GameSettings/RZO.ini index 0388384fc2..7421b16d56 100644 --- a/Data/Sys/GameSettings/RZO.ini +++ b/Data/Sys/GameSettings/RZO.ini @@ -1,16 +1,8 @@ # RZOE78, RZOP78 - World Of Zoo -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - [Video_Settings] SafeTextureCacheColorSamples = 0 [Video_Hacks] +# Avoids majorly corrupted graphics. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/S5M.ini b/Data/Sys/GameSettings/S5M.ini new file mode 100644 index 0000000000..7c1d45b77b --- /dev/null +++ b/Data/Sys/GameSettings/S5M.ini @@ -0,0 +1,5 @@ +# S5MPVZ, S5MEVZ - Monster High: New Ghoul in School + +[Video_Hacks] +# Avoids constant flickering in menus and extra frames in game. +ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SBK.ini b/Data/Sys/GameSettings/SBK.ini index f5dc3b50b7..19cd0287a4 100644 --- a/Data/Sys/GameSettings/SBK.ini +++ b/Data/Sys/GameSettings/SBK.ini @@ -1,4 +1,5 @@ # SBKEPZ - Brunswick Zone: Cosmic Bowling [Video_Hacks] +# Avoids majorly corrupted graphics. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SBX.ini b/Data/Sys/GameSettings/SBX.ini index 0812cb7e80..73b6d50ace 100644 --- a/Data/Sys/GameSettings/SBX.ini +++ b/Data/Sys/GameSettings/SBX.ini @@ -1,18 +1,8 @@ -# SBXEWR - The Bachelor the Video Game - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] +# SBXEWR - The Bachelor: The Videogame [Video_Settings] SuggestedAspectRatio = 2 [Video_Hacks] +# Avoids majorly corrupted graphics. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SFI.ini b/Data/Sys/GameSettings/SFI.ini index ff0b1ab93b..a36ddcb0a8 100644 --- a/Data/Sys/GameSettings/SFI.ini +++ b/Data/Sys/GameSettings/SFI.ini @@ -1,17 +1,7 @@ # SFIE01, SFIP01 - Mystery Case Files: The Malgrave Incident -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - [Video_Hacks] # Needed for cutscenes and the book to work properly (https://bugs.dolphin-emu.org/issues/4723) ImmediateXFBEnable = False # Needed for the book to work properly (https://bugs.dolphin-emu.org/issues/13356) EFBToTextureEnable = False - diff --git a/Data/Sys/GameSettings/SG8.ini b/Data/Sys/GameSettings/SG8.ini index 96269434c4..84f9e4c619 100644 --- a/Data/Sys/GameSettings/SG8.ini +++ b/Data/Sys/GameSettings/SG8.ini @@ -1,16 +1,6 @@ # SG8EG9, SG8PAF - Yogi Bear -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] - [Video_Hacks] EFBToTextureEnable = False +# Avoids majorly corrupted graphics. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SHW.ini b/Data/Sys/GameSettings/SHW.ini index f640991167..08a95f558d 100644 --- a/Data/Sys/GameSettings/SHW.ini +++ b/Data/Sys/GameSettings/SHW.ini @@ -1,16 +1,8 @@ # SHWE41 - Hollywood Squares -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - [Video_Settings] SuggestedAspectRatio = 2 [Video_Hacks] +# Avoids majorly corrupted graphics. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SJE.ini b/Data/Sys/GameSettings/SJE.ini index 88db851793..324a422343 100644 --- a/Data/Sys/GameSettings/SJE.ini +++ b/Data/Sys/GameSettings/SJE.ini @@ -1,15 +1,5 @@ # SJEEPK - Jumpstart Escape from Adventure Island -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] - [Video_Hacks] +# Avoids constant flickering. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SKA.ini b/Data/Sys/GameSettings/SKA.ini index e29e33c52b..0168f09af7 100644 --- a/Data/Sys/GameSettings/SKA.ini +++ b/Data/Sys/GameSettings/SKA.ini @@ -1,15 +1,5 @@ # SKAEA4, SKAPA4 - Karaoke Revolution Glee: Volume 1 -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] - [Video_Hacks] +# Avoids constant flickering. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SKC.ini b/Data/Sys/GameSettings/SKC.ini index dc7486f442..1829fe93d5 100644 --- a/Data/Sys/GameSettings/SKC.ini +++ b/Data/Sys/GameSettings/SKC.ini @@ -1,17 +1,5 @@ -# SKCE20 - Bigfoot - King of Crush - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] +# SKCE20 - Bigfoot: King of Crush [Video_Hacks] +# Avoids constant flickering. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SKG.ini b/Data/Sys/GameSettings/SKG.ini index 82f3cdea34..f2670c7c9f 100644 --- a/Data/Sys/GameSettings/SKG.ini +++ b/Data/Sys/GameSettings/SKG.ini @@ -1,15 +1,5 @@ # SKGEA4 - Karaoke Revolution Glee: Volume 2 -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] - [Video_Hacks] +# Avoids constant flickering. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SKJ.ini b/Data/Sys/GameSettings/SKJ.ini index bd8f2cdf77..90ebecbf85 100644 --- a/Data/Sys/GameSettings/SKJ.ini +++ b/Data/Sys/GameSettings/SKJ.ini @@ -1,17 +1,8 @@ # SKJE78 - You Don't Know Jack -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - [Video_Settings] SafeTextureCacheColorSamples = 0 [Video_Hacks] +# Avoids constant flickering. ImmediateXFBEnable = False - diff --git a/Data/Sys/GameSettings/SKO.ini b/Data/Sys/GameSettings/SKO.ini index 6c370c5588..e1757ed543 100644 --- a/Data/Sys/GameSettings/SKO.ini +++ b/Data/Sys/GameSettings/SKO.ini @@ -1,15 +1,5 @@ # SKOEA4 - Karaoke Revolution Glee: Volume 3 -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] - [Video_Hacks] +# Avoids constant flickering. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SKV.ini b/Data/Sys/GameSettings/SKV.ini index 02d5493c0c..2ece08ea99 100644 --- a/Data/Sys/GameSettings/SKV.ini +++ b/Data/Sys/GameSettings/SKV.ini @@ -1,16 +1,5 @@ # SKVE20 - Kevin VanDam's Big Bass Challenge -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] - [Video_Hacks] +# Avoids constant flickering. ImmediateXFBEnable = False - diff --git a/Data/Sys/GameSettings/SLW.ini b/Data/Sys/GameSettings/SLW.ini index bebdcafb7c..ade107fc8b 100644 --- a/Data/Sys/GameSettings/SLW.ini +++ b/Data/Sys/GameSettings/SLW.ini @@ -1,18 +1,10 @@ # SLWE41 - Where's Waldo? The Fantastic Journey -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - [Video_Settings] SuggestedAspectRatio = 2 [Video_Hacks] -ImmediateXFBEnable = False -# Avoids invisible cursor. +# Avoids constant purple flickering. XFBToTextureEnable = False +# Avoids invisible cursor. +ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SMF.ini b/Data/Sys/GameSettings/SMF.ini index 5ce83e7c4a..a52838999c 100644 --- a/Data/Sys/GameSettings/SMF.ini +++ b/Data/Sys/GameSettings/SMF.ini @@ -1,17 +1,8 @@ -# SMFE4Q, SMFP4Q - Phineas and Ferb Across the 2nd Dimension - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. +# SMFE4Q, SMFP4Q - Phineas and Ferb: Across the 2nd Dimension [Video_Settings] SafeTextureCacheColorSamples = 0 [Video_Hacks] +# Avoids majorly corrupted graphics. ImmediateXFBEnable = False - diff --git a/Data/Sys/GameSettings/SNY.ini b/Data/Sys/GameSettings/SNY.ini index 7bfebdb92a..28834ec754 100644 --- a/Data/Sys/GameSettings/SNY.ini +++ b/Data/Sys/GameSettings/SNY.ini @@ -1,14 +1,5 @@ # SNYEVZ, SNYPVZ - Monster High: 13 Wishes -[Core] - -[OnFrame] - -[ActionReplay] - -[Video] - -[Video_Settings] - [Video_Hacks] +# Avoids constant flickering. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SOS.ini b/Data/Sys/GameSettings/SOS.ini index db066ec4cc..7706a4eadd 100644 --- a/Data/Sys/GameSettings/SOS.ini +++ b/Data/Sys/GameSettings/SOS.ini @@ -1,17 +1,5 @@ # SOSEG9, SOSPAF - Turbo: Super Stunt Squad -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] - [Video_Hacks] +# Avoids constant flickering. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SPR.ini b/Data/Sys/GameSettings/SPR.ini index b0727cdfc3..5dea61e6de 100644 --- a/Data/Sys/GameSettings/SPR.ini +++ b/Data/Sys/GameSettings/SPR.ini @@ -1,16 +1,8 @@ # SPRE41 - The Price Is Right 2010 Edition -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - [Video_Settings] SuggestedAspectRatio = 2 [Video_Hacks] +# Avoids majorly corrupted graphics. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SR5.ini b/Data/Sys/GameSettings/SR5.ini index dfbc3e99ed..18de2fc78f 100644 --- a/Data/Sys/GameSettings/SR5.ini +++ b/Data/Sys/GameSettings/SR5.ini @@ -1,14 +1,5 @@ # SR5E41, SR5P41 - Raving Rabbids Party Collection -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - [Video_Enhancements] ForceTextureFiltering = 0 @@ -17,4 +8,5 @@ SuggestedAspectRatio = 2 SafeTextureCacheColorSamples = 512 [Video_Hacks] +# Avoids stuck screen during intro FMV. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SSR.ini b/Data/Sys/GameSettings/SSR.ini index a49bc6175d..471c203c0c 100644 --- a/Data/Sys/GameSettings/SSR.ini +++ b/Data/Sys/GameSettings/SSR.ini @@ -1,16 +1,5 @@ # SSRE20, SSRPXT - Wild West Shootout -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] - [Video_Hacks] +# Avoids majorly corrupted graphics. ImmediateXFBEnable = False - diff --git a/Data/Sys/GameSettings/SST.ini b/Data/Sys/GameSettings/SST.ini index 044504e876..10c70b1ef9 100644 --- a/Data/Sys/GameSettings/SST.ini +++ b/Data/Sys/GameSettings/SST.ini @@ -1,17 +1,5 @@ -# SSTEG9, SSTPY5 - Kid Adventures Sky Captain - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] +# SSTEG9, SSTPY5 - Kid Adventures: Sky Captain [Video_Hacks] +# Avoids constant flickering and corrupted graphics. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SSZ.ini b/Data/Sys/GameSettings/SSZ.ini index f2e0857d9c..445b4e9adc 100644 --- a/Data/Sys/GameSettings/SSZ.ini +++ b/Data/Sys/GameSettings/SSZ.ini @@ -1,15 +1,5 @@ # SSZE5G - Swords -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] - [Video_Hacks] +# Avoids UI flickering. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SU5.ini b/Data/Sys/GameSettings/SU5.ini new file mode 100644 index 0000000000..9b72f1a4a3 --- /dev/null +++ b/Data/Sys/GameSettings/SU5.ini @@ -0,0 +1,5 @@ +# SU5PVZ, SU5EVZ - Monster High: Skultimate Roller Maze + +[Video_Hacks] +# Avoids constant flickering. +ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SVV.ini b/Data/Sys/GameSettings/SVV.ini index 51a24144c5..0f0260cd0e 100644 --- a/Data/Sys/GameSettings/SVV.ini +++ b/Data/Sys/GameSettings/SVV.ini @@ -1,15 +1,5 @@ -# SVVEG9, SVVPAF - The Croods Prehistoric Party - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] +# SVVEG9, SVVPAF - The Croods: Prehistoric Party! [Video_Hacks] +# Avoids constant flickering. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SX7.ini b/Data/Sys/GameSettings/SX7.ini index e8341e8884..1a08e72d15 100644 --- a/Data/Sys/GameSettings/SX7.ini +++ b/Data/Sys/GameSettings/SX7.ini @@ -1,18 +1,8 @@ -# SX7E52, SX7P52 - Teenage Mutant Ninja Turtles - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] +# SX7E52, SX7P52 - Nickelodeon Teenage Mutant Ninja Turtles [Video_Settings] SafeTextureCacheColorSamples = 0 [Video_Hacks] +# Avoids shifted screen with large green bar on right side. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/WHU.ini b/Data/Sys/GameSettings/WHU.ini index ef79e416d0..588d2f4965 100644 --- a/Data/Sys/GameSettings/WHU.ini +++ b/Data/Sys/GameSettings/WHU.ini @@ -1,15 +1,5 @@ -# WHUEGL - Ghost Mansion Party - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] +# WHUEGL, WHUPGL, WHUJGL - Ghost Mansion Party [Video_Hacks] +# Avoids majorly corrupted graphics. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/WR9.ini b/Data/Sys/GameSettings/WR9.ini index ab8d1e7241..610789c2d8 100644 --- a/Data/Sys/GameSettings/WR9.ini +++ b/Data/Sys/GameSettings/WR9.ini @@ -1,16 +1,8 @@ -# WR9E08, WR9P08 - MEGA MAN 9 - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. +# WR9E08, WR9P08, WR9J08 - Mega Man 9 [Video_Settings] SafeTextureCacheColorSamples = 512 [Video_Hacks] +# Avoids constant flickering. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/WRX.ini b/Data/Sys/GameSettings/WRX.ini index bb31787197..d4a2298d81 100644 --- a/Data/Sys/GameSettings/WRX.ini +++ b/Data/Sys/GameSettings/WRX.ini @@ -1,16 +1,8 @@ -# WRXE08 - MEGA MAN 10 - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. +# WRXE08, WRXP08, WRXJ08 - Mega Man 10 [Video_Settings] SafeTextureCacheColorSamples = 512 [Video_Hacks] +# Avoids constant flickering. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/WTU.ini b/Data/Sys/GameSettings/WTU.ini index b40d281336..8ddfb03f33 100644 --- a/Data/Sys/GameSettings/WTU.ini +++ b/Data/Sys/GameSettings/WTU.ini @@ -1,16 +1,8 @@ # WTUEKN - Tumblebugs 2 -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - [Video_Settings] SuggestedAspectRatio = 2 [Video_Hacks] +# Avoids constant flickering of UI elements. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/WW2.ini b/Data/Sys/GameSettings/WW2.ini index e49648f8a4..5a083e423c 100644 --- a/Data/Sys/GameSettings/WW2.ini +++ b/Data/Sys/GameSettings/WW2.ini @@ -4,6 +4,7 @@ SuggestedAspectRatio = 2 [Video_Hacks] +# Avoids constant purple flickering. XFBToTextureEnable = False # Avoids invisible cursor. -ImmediateXFBenable = False +ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/WW3.ini b/Data/Sys/GameSettings/WW3.ini index 4768d48a44..4ce5b20e55 100644 --- a/Data/Sys/GameSettings/WW3.ini +++ b/Data/Sys/GameSettings/WW3.ini @@ -4,6 +4,7 @@ SuggestedAspectRatio = 2 [Video_Hacks] +# Avoids constant purple flickering. XFBToTextureEnable = False # Avoids invisible cursor. -ImmediateXFBenable = False +ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/WWI.ini b/Data/Sys/GameSettings/WWI.ini index 0864f3a6ee..f9f9d080ce 100644 --- a/Data/Sys/GameSettings/WWI.ini +++ b/Data/Sys/GameSettings/WWI.ini @@ -4,6 +4,7 @@ SuggestedAspectRatio = 2 [Video_Hacks] +# Avoids constant purple flickering. XFBToTextureEnable = False # Avoids invisible cursor. -ImmediateXFBenable = False +ImmediateXFBEnable = False