diff options
| author | dreamsyntax <dreamsyntax@gmail.com> | 2024-10-23 18:07:10 -0700 |
|---|---|---|
| committer | dreamsyntax <dreamsyntax@gmail.com> | 2024-10-23 18:08:34 -0700 |
| commit | 6022cca691e7a40e4cacea07893580df617b7386 (patch) | |
| tree | 2b538e8758ca75903312e6ff7ed52d0a5e021970 /Data | |
| parent | 9dacefcbf1790564c5432de1f7dfadfc3d5c4be7 (diff) | |
GameINI: Remove EFBAccessEnable=false overrides
Removes the EFBAccessEnable=false explicit game overrides for:
GT6 (Terminator 3: The Redemption)
GXB (SSX3) [deleted - no other configuration]
RTH (Tony Hawk's Downhill Jam)
SNC (SONIC COLOURS) [deleted - no other configuration]
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/GT6.ini | 3 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/GXB.ini | 14 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/RTH.ini | 3 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/SNC.ini | 14 |
4 files changed, 0 insertions, 34 deletions
diff --git a/Data/Sys/GameSettings/GT6.ini b/Data/Sys/GameSettings/GT6.ini index cc782ceec2..12cf82d82f 100644 --- a/Data/Sys/GameSettings/GT6.ini +++ b/Data/Sys/GameSettings/GT6.ini @@ -9,8 +9,5 @@ [ActionReplay] # Add action replay cheats here. -[Video_Settings] - [Video_Hacks] -EFBAccessEnable = False ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/GXB.ini b/Data/Sys/GameSettings/GXB.ini deleted file mode 100644 index 277560f1f2..0000000000 --- a/Data/Sys/GameSettings/GXB.ini +++ /dev/null @@ -1,14 +0,0 @@ -# GXBE69, GXBP69 - SSX3 - -[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] -EFBAccessEnable = False - diff --git a/Data/Sys/GameSettings/RTH.ini b/Data/Sys/GameSettings/RTH.ini index 865b6d69bf..29189d80e4 100644 --- a/Data/Sys/GameSettings/RTH.ini +++ b/Data/Sys/GameSettings/RTH.ini @@ -16,6 +16,3 @@ $Disable blur [Video_Settings] SafeTextureCacheColorSamples = 0 - -[Video_Hacks] -EFBAccessEnable = False diff --git a/Data/Sys/GameSettings/SNC.ini b/Data/Sys/GameSettings/SNC.ini deleted file mode 100644 index 3c97848ab1..0000000000 --- a/Data/Sys/GameSettings/SNC.ini +++ /dev/null @@ -1,14 +0,0 @@ -# SNCE8P, SNCJ8P, SNCP8P - SONIC COLOURS - -[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] -EFBAccessEnable = False - |
