summaryrefslogtreecommitdiff
path: root/Data
diff options
context:
space:
mode:
authorStevoisiak <Stevoisiak@gmail.com>2021-01-24 00:31:02 -0500
committerStevoisiak <Stevoisiak@gmail.com>2021-01-24 00:31:02 -0500
commitee28abc88bcb31db0540216d44200d1cafb2cb57 (patch)
tree62db2a965e50056f5cfa72d66a5174d07322050a /Data
parentcaff472dbf27fbcc5b3d28cbf5b1789592a9f857 (diff)
Remove redundant INI settings
Remove redundant game-specific INI files that are covered by a generalied Arcade/NeoGeo INI.
Diffstat (limited to 'Data')
-rw-r--r--Data/Sys/GameSettings/E5W.ini16
-rw-r--r--Data/Sys/GameSettings/E6M.ini16
2 files changed, 0 insertions, 32 deletions
diff --git a/Data/Sys/GameSettings/E5W.ini b/Data/Sys/GameSettings/E5W.ini
deleted file mode 100644
index 58ee249ee1..0000000000
--- a/Data/Sys/GameSettings/E5W.ini
+++ /dev/null
@@ -1,16 +0,0 @@
-# E5WE8P - Wonder Boy II
-
-[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/E6M.ini b/Data/Sys/GameSettings/E6M.ini
deleted file mode 100644
index b782f5e8d5..0000000000
--- a/Data/Sys/GameSettings/E6M.ini
+++ /dev/null
@@ -1,16 +0,0 @@
-# E6ME9B - TECMO BOWL
-
-[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