From baad10593e60106848eef784aac6858e1178aa5f Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Thu, 4 Feb 2016 20:25:56 +1300 Subject: [PATCH 01/11] GameInis: Allow one ini to cover all VC games for a console Since all Virtual console releases use the same emulator (though there are multiple revisions some emulators) and generally need the same setting, this commit allows the creation of INI files which cover all Virtual Console games fow each system. For example, F.ini can provide settings that all NES games have in common and C.ini will provide settings for all Commadore 64 games. If needed, a 3 letter ini can override settings for individual games. --- Source/Core/Core/ConfigManager.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Source/Core/Core/ConfigManager.cpp b/Source/Core/Core/ConfigManager.cpp index 20c62d8f8f0..ae363bb8903 100644 --- a/Source/Core/Core/ConfigManager.cpp +++ b/Source/Core/Core/ConfigManager.cpp @@ -973,6 +973,12 @@ std::vector SConfig::GetGameIniFilenames(const std::string& id, u16 { std::vector filenames; + if (id.empty()) + return filenames; + + // INIs that match the system code (unique for each Virtual Console system) + filenames.push_back(id.substr(0, 1) + ".ini"); + // INIs that match all regions if (id.size() >= 4) filenames.push_back(id.substr(0, 3) + ".ini"); From 0aa8c021b9e859c4ad6bc83cc44c15d8aa238917 Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Thu, 4 Feb 2016 20:43:38 +1300 Subject: [PATCH 02/11] GameInis: Deduplicate all C64 and TurboGrafx CD games --- Data/Sys/GameSettings/{QA3.ini => C.ini} | 11 +---------- Data/Sys/GameSettings/C94.ini | 23 ----------------------- Data/Sys/GameSettings/C96.ini | 23 ----------------------- Data/Sys/GameSettings/C97.ini | 23 ----------------------- Data/Sys/GameSettings/C9M.ini | 23 ----------------------- Data/Sys/GameSettings/C9X.ini | 23 ----------------------- Data/Sys/GameSettings/Q.ini | 11 +++++++++++ Data/Sys/GameSettings/QAA.ini | 23 ----------------------- Data/Sys/GameSettings/QAB.ini | 23 ----------------------- Data/Sys/GameSettings/QAC.ini | 23 ----------------------- Data/Sys/GameSettings/QAD.ini | 23 ----------------------- Data/Sys/GameSettings/QAF.ini | 23 ----------------------- Data/Sys/GameSettings/QAG.ini | 23 ----------------------- Data/Sys/GameSettings/QAP.ini | 23 ----------------------- Data/Sys/GameSettings/QAS.ini | 23 ----------------------- Data/Sys/GameSettings/QAT.ini | 23 ----------------------- Data/Sys/GameSettings/QAU.ini | 23 ----------------------- Data/Sys/GameSettings/QAW.ini | 23 ----------------------- Data/Sys/GameSettings/QBB.ini | 23 ----------------------- 19 files changed, 12 insertions(+), 401 deletions(-) rename Data/Sys/GameSettings/{QA3.ini => C.ini} (54%) delete mode 100644 Data/Sys/GameSettings/C94.ini delete mode 100644 Data/Sys/GameSettings/C96.ini delete mode 100644 Data/Sys/GameSettings/C97.ini delete mode 100644 Data/Sys/GameSettings/C9M.ini delete mode 100644 Data/Sys/GameSettings/C9X.ini create mode 100644 Data/Sys/GameSettings/Q.ini delete mode 100644 Data/Sys/GameSettings/QAA.ini delete mode 100644 Data/Sys/GameSettings/QAB.ini delete mode 100644 Data/Sys/GameSettings/QAC.ini delete mode 100644 Data/Sys/GameSettings/QAD.ini delete mode 100644 Data/Sys/GameSettings/QAF.ini delete mode 100644 Data/Sys/GameSettings/QAG.ini delete mode 100644 Data/Sys/GameSettings/QAP.ini delete mode 100644 Data/Sys/GameSettings/QAS.ini delete mode 100644 Data/Sys/GameSettings/QAT.ini delete mode 100644 Data/Sys/GameSettings/QAU.ini delete mode 100644 Data/Sys/GameSettings/QAW.ini delete mode 100644 Data/Sys/GameSettings/QBB.ini diff --git a/Data/Sys/GameSettings/QA3.ini b/Data/Sys/GameSettings/C.ini similarity index 54% rename from Data/Sys/GameSettings/QA3.ini rename to Data/Sys/GameSettings/C.ini index 2a0703980fc..c796569046b 100644 --- a/Data/Sys/GameSettings/QA3.ini +++ b/Data/Sys/GameSettings/C.ini @@ -1,4 +1,4 @@ -# QA3E18 - SimEarth +# Cxxxxx All Virtual Console Commodore 64 games [Core] # Values set here will override the main Dolphin settings. @@ -8,15 +8,6 @@ EmulationStateId = 4 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] diff --git a/Data/Sys/GameSettings/C94.ini b/Data/Sys/GameSettings/C94.ini deleted file mode 100644 index 46744132533..00000000000 --- a/Data/Sys/GameSettings/C94.ini +++ /dev/null @@ -1,23 +0,0 @@ -# C94EGX - Tower Toppler - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/C96.ini b/Data/Sys/GameSettings/C96.ini deleted file mode 100644 index b87791d42f5..00000000000 --- a/Data/Sys/GameSettings/C96.ini +++ /dev/null @@ -1,23 +0,0 @@ -# C96EGX - Summer Games 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. -EmulationStateId = 4 -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] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/C97.ini b/Data/Sys/GameSettings/C97.ini deleted file mode 100644 index 4730659a81e..00000000000 --- a/Data/Sys/GameSettings/C97.ini +++ /dev/null @@ -1,23 +0,0 @@ -# C97EGX - California Games - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/C9M.ini b/Data/Sys/GameSettings/C9M.ini deleted file mode 100644 index 646809de75e..00000000000 --- a/Data/Sys/GameSettings/C9M.ini +++ /dev/null @@ -1,23 +0,0 @@ -# C9MEGX - Pitstop 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. -EmulationStateId = 4 -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] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/C9X.ini b/Data/Sys/GameSettings/C9X.ini deleted file mode 100644 index 6c15a044996..00000000000 --- a/Data/Sys/GameSettings/C9X.ini +++ /dev/null @@ -1,23 +0,0 @@ -# C9XEGX - The Last Ninja - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/Q.ini b/Data/Sys/GameSettings/Q.ini new file mode 100644 index 00000000000..c9cdc7d4fb4 --- /dev/null +++ b/Data/Sys/GameSettings/Q.ini @@ -0,0 +1,11 @@ +# Qxxxxx - All TurboGrafx CD Virtual Console games + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 4 +EmulationIssues = + +[Video] + +[Video_Settings] +SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/QAA.ini b/Data/Sys/GameSettings/QAA.ini deleted file mode 100644 index f0aae4a3b88..00000000000 --- a/Data/Sys/GameSettings/QAA.ini +++ /dev/null @@ -1,23 +0,0 @@ -# QAAE18, QAAP18 - Super Air Zonk - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/QAB.ini b/Data/Sys/GameSettings/QAB.ini deleted file mode 100644 index 5ae94ae5bba..00000000000 --- a/Data/Sys/GameSettings/QAB.ini +++ /dev/null @@ -1,23 +0,0 @@ -# QABE18, QABP18 - Ys Book I & 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. -EmulationStateId = 4 -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] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/QAC.ini b/Data/Sys/GameSettings/QAC.ini deleted file mode 100644 index 8d0f2d9b6f9..00000000000 --- a/Data/Sys/GameSettings/QAC.ini +++ /dev/null @@ -1,23 +0,0 @@ -# QACL18, QACN18 - Cho Aniki - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/QAD.ini b/Data/Sys/GameSettings/QAD.ini deleted file mode 100644 index e19497087d5..00000000000 --- a/Data/Sys/GameSettings/QAD.ini +++ /dev/null @@ -1,23 +0,0 @@ -# QADL18, QADN18 - GRADIUS 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. -EmulationStateId = 4 -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] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/QAF.ini b/Data/Sys/GameSettings/QAF.ini deleted file mode 100644 index e5b7b8fe7e6..00000000000 --- a/Data/Sys/GameSettings/QAF.ini +++ /dev/null @@ -1,23 +0,0 @@ -# QAFE18, QAFP18 - The Dynastic Hero - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/QAG.ini b/Data/Sys/GameSettings/QAG.ini deleted file mode 100644 index 7cb822cc9f6..00000000000 --- a/Data/Sys/GameSettings/QAG.ini +++ /dev/null @@ -1,23 +0,0 @@ -# QAGE18, QAGP18 - Gate of Thunder - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/QAP.ini b/Data/Sys/GameSettings/QAP.ini deleted file mode 100644 index 63e03f612d5..00000000000 --- a/Data/Sys/GameSettings/QAP.ini +++ /dev/null @@ -1,23 +0,0 @@ -# QAPL18, QAPN18 - 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. -EmulationStateId = 4 -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] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/QAS.ini b/Data/Sys/GameSettings/QAS.ini deleted file mode 100644 index 65538d237fc..00000000000 --- a/Data/Sys/GameSettings/QAS.ini +++ /dev/null @@ -1,23 +0,0 @@ -# QASE18, QASP18 - Lords of Thunder - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/QAT.ini b/Data/Sys/GameSettings/QAT.ini deleted file mode 100644 index aa34b58e9a4..00000000000 --- a/Data/Sys/GameSettings/QAT.ini +++ /dev/null @@ -1,23 +0,0 @@ -# QATE18, QATP18 - Riot Zone - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/QAU.ini b/Data/Sys/GameSettings/QAU.ini deleted file mode 100644 index e046e1c61ce..00000000000 --- a/Data/Sys/GameSettings/QAU.ini +++ /dev/null @@ -1,23 +0,0 @@ -# QAUE18 - Monster Lair - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/QAW.ini b/Data/Sys/GameSettings/QAW.ini deleted file mode 100644 index 9522d9eb3d9..00000000000 --- a/Data/Sys/GameSettings/QAW.ini +++ /dev/null @@ -1,23 +0,0 @@ -# QAWL18, QAWN18 - Star Parodier - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/QBB.ini b/Data/Sys/GameSettings/QBB.ini deleted file mode 100644 index 0d9989ef765..00000000000 --- a/Data/Sys/GameSettings/QBB.ini +++ /dev/null @@ -1,23 +0,0 @@ -# QBBE18, QBBP18 - Fighting Street - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 From 0154631da2e0576c83ebdd2d928fc50a95fb657a Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Thu, 4 Feb 2016 20:51:07 +1300 Subject: [PATCH 03/11] GameInis: Deduplicate NeoGeo and "Virtual Console Arcade" games --- Data/Sys/GameSettings/{EAV.ini => E.ini} | 11 +---------- Data/Sys/GameSettings/EA2.ini | 21 --------------------- Data/Sys/GameSettings/EA4.ini | 21 --------------------- Data/Sys/GameSettings/EA5.ini | 21 --------------------- Data/Sys/GameSettings/EA6.ini | 21 --------------------- Data/Sys/GameSettings/EA7.ini | 21 --------------------- Data/Sys/GameSettings/EA8.ini | 21 --------------------- Data/Sys/GameSettings/EAA.ini | 21 --------------------- Data/Sys/GameSettings/EAB.ini | 21 --------------------- Data/Sys/GameSettings/EAC.ini | 21 --------------------- Data/Sys/GameSettings/EAD.ini | 21 --------------------- Data/Sys/GameSettings/EAE.ini | 21 --------------------- Data/Sys/GameSettings/EAF.ini | 21 --------------------- Data/Sys/GameSettings/EAG.ini | 21 --------------------- Data/Sys/GameSettings/EAH.ini | 21 --------------------- Data/Sys/GameSettings/EAI.ini | 21 --------------------- Data/Sys/GameSettings/EAJ.ini | 21 --------------------- Data/Sys/GameSettings/EAK.ini | 21 --------------------- Data/Sys/GameSettings/EAL.ini | 21 --------------------- Data/Sys/GameSettings/EAM.ini | 21 --------------------- Data/Sys/GameSettings/EAN.ini | 21 --------------------- Data/Sys/GameSettings/EAO.ini | 21 --------------------- Data/Sys/GameSettings/EAP.ini | 21 --------------------- Data/Sys/GameSettings/EAQ.ini | 21 --------------------- Data/Sys/GameSettings/EAR.ini | 21 --------------------- Data/Sys/GameSettings/EAS.ini | 21 --------------------- Data/Sys/GameSettings/EAT.ini | 21 --------------------- Data/Sys/GameSettings/EAW.ini | 21 --------------------- Data/Sys/GameSettings/EAZ.ini | 21 --------------------- Data/Sys/GameSettings/EB2.ini | 21 --------------------- Data/Sys/GameSettings/EB5.ini | 21 --------------------- Data/Sys/GameSettings/EB6.ini | 21 --------------------- Data/Sys/GameSettings/EB8.ini | 21 --------------------- Data/Sys/GameSettings/EBA.ini | 21 --------------------- Data/Sys/GameSettings/EBB.ini | 21 --------------------- Data/Sys/GameSettings/EBD.ini | 21 --------------------- Data/Sys/GameSettings/EBE.ini | 21 --------------------- Data/Sys/GameSettings/EBF.ini | 21 --------------------- Data/Sys/GameSettings/EBG.ini | 21 --------------------- Data/Sys/GameSettings/EBQ.ini | 21 --------------------- Data/Sys/GameSettings/EBS.ini | 21 --------------------- Data/Sys/GameSettings/EBU.ini | 21 --------------------- Data/Sys/GameSettings/EBW.ini | 21 --------------------- Data/Sys/GameSettings/EBX.ini | 21 --------------------- Data/Sys/GameSettings/EBZ.ini | 21 --------------------- Data/Sys/GameSettings/ECA.ini | 21 --------------------- Data/Sys/GameSettings/ECC.ini | 21 --------------------- Data/Sys/GameSettings/ECE.ini | 21 --------------------- Data/Sys/GameSettings/ECG.ini | 21 --------------------- Data/Sys/GameSettings/ECH.ini | 21 --------------------- Data/Sys/GameSettings/ECI.ini | 21 --------------------- Data/Sys/GameSettings/ECJ.ini | 21 --------------------- Data/Sys/GameSettings/ECK.ini | 21 --------------------- Data/Sys/GameSettings/ECN.ini | 21 --------------------- 54 files changed, 1 insertion(+), 1123 deletions(-) rename Data/Sys/GameSettings/{EAV.ini => E.ini} (54%) delete mode 100644 Data/Sys/GameSettings/EA2.ini delete mode 100644 Data/Sys/GameSettings/EA4.ini delete mode 100644 Data/Sys/GameSettings/EA5.ini delete mode 100644 Data/Sys/GameSettings/EA6.ini delete mode 100644 Data/Sys/GameSettings/EA7.ini delete mode 100644 Data/Sys/GameSettings/EA8.ini delete mode 100644 Data/Sys/GameSettings/EAA.ini delete mode 100644 Data/Sys/GameSettings/EAB.ini delete mode 100644 Data/Sys/GameSettings/EAC.ini delete mode 100644 Data/Sys/GameSettings/EAD.ini delete mode 100644 Data/Sys/GameSettings/EAE.ini delete mode 100644 Data/Sys/GameSettings/EAF.ini delete mode 100644 Data/Sys/GameSettings/EAG.ini delete mode 100644 Data/Sys/GameSettings/EAH.ini delete mode 100644 Data/Sys/GameSettings/EAI.ini delete mode 100644 Data/Sys/GameSettings/EAJ.ini delete mode 100644 Data/Sys/GameSettings/EAK.ini delete mode 100644 Data/Sys/GameSettings/EAL.ini delete mode 100644 Data/Sys/GameSettings/EAM.ini delete mode 100644 Data/Sys/GameSettings/EAN.ini delete mode 100644 Data/Sys/GameSettings/EAO.ini delete mode 100644 Data/Sys/GameSettings/EAP.ini delete mode 100644 Data/Sys/GameSettings/EAQ.ini delete mode 100644 Data/Sys/GameSettings/EAR.ini delete mode 100644 Data/Sys/GameSettings/EAS.ini delete mode 100644 Data/Sys/GameSettings/EAT.ini delete mode 100644 Data/Sys/GameSettings/EAW.ini delete mode 100644 Data/Sys/GameSettings/EAZ.ini delete mode 100644 Data/Sys/GameSettings/EB2.ini delete mode 100644 Data/Sys/GameSettings/EB5.ini delete mode 100644 Data/Sys/GameSettings/EB6.ini delete mode 100644 Data/Sys/GameSettings/EB8.ini delete mode 100644 Data/Sys/GameSettings/EBA.ini delete mode 100644 Data/Sys/GameSettings/EBB.ini delete mode 100644 Data/Sys/GameSettings/EBD.ini delete mode 100644 Data/Sys/GameSettings/EBE.ini delete mode 100644 Data/Sys/GameSettings/EBF.ini delete mode 100644 Data/Sys/GameSettings/EBG.ini delete mode 100644 Data/Sys/GameSettings/EBQ.ini delete mode 100644 Data/Sys/GameSettings/EBS.ini delete mode 100644 Data/Sys/GameSettings/EBU.ini delete mode 100644 Data/Sys/GameSettings/EBW.ini delete mode 100644 Data/Sys/GameSettings/EBX.ini delete mode 100644 Data/Sys/GameSettings/EBZ.ini delete mode 100644 Data/Sys/GameSettings/ECA.ini delete mode 100644 Data/Sys/GameSettings/ECC.ini delete mode 100644 Data/Sys/GameSettings/ECE.ini delete mode 100644 Data/Sys/GameSettings/ECG.ini delete mode 100644 Data/Sys/GameSettings/ECH.ini delete mode 100644 Data/Sys/GameSettings/ECI.ini delete mode 100644 Data/Sys/GameSettings/ECJ.ini delete mode 100644 Data/Sys/GameSettings/ECK.ini delete mode 100644 Data/Sys/GameSettings/ECN.ini diff --git a/Data/Sys/GameSettings/EAV.ini b/Data/Sys/GameSettings/E.ini similarity index 54% rename from Data/Sys/GameSettings/EAV.ini rename to Data/Sys/GameSettings/E.ini index 2bbd2494c45..19ea813bf06 100644 --- a/Data/Sys/GameSettings/EAV.ini +++ b/Data/Sys/GameSettings/E.ini @@ -1,4 +1,4 @@ -# EAVEJ8 - KOF '95 +# Exxxxx - All "Virtual Console Arcade" and NeoGeo Virtual Console games [Core] # Values set here will override the main Dolphin settings. @@ -8,14 +8,5 @@ EmulationIssues = 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_Settings] SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EA2.ini b/Data/Sys/GameSettings/EA2.ini deleted file mode 100644 index feba0a7c7bf..00000000000 --- a/Data/Sys/GameSettings/EA2.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EA2EJ8 - METAL SLUG 2 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EA4.ini b/Data/Sys/GameSettings/EA4.ini deleted file mode 100644 index 9e827b39b6b..00000000000 --- a/Data/Sys/GameSettings/EA4.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EA4EJ8 - SAMURAI SHODOWN III - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EA5.ini b/Data/Sys/GameSettings/EA5.ini deleted file mode 100644 index 1e1bdcf2722..00000000000 --- a/Data/Sys/GameSettings/EA5.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EA5EJ8 - FATAL FURY 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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EA6.ini b/Data/Sys/GameSettings/EA6.ini deleted file mode 100644 index 14a59a4e752..00000000000 --- a/Data/Sys/GameSettings/EA6.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EA6EJ8 - KOF '96 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EA7.ini b/Data/Sys/GameSettings/EA7.ini deleted file mode 100644 index 27995b83d3d..00000000000 --- a/Data/Sys/GameSettings/EA7.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EA7EJ8 - SAMURAI SHODOWN 4 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EA8.ini b/Data/Sys/GameSettings/EA8.ini deleted file mode 100644 index 12d5cb152d8..00000000000 --- a/Data/Sys/GameSettings/EA8.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EA8EJ8 - IRONCLAD - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EAA.ini b/Data/Sys/GameSettings/EAA.ini deleted file mode 100644 index df66b98c02b..00000000000 --- a/Data/Sys/GameSettings/EAA.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EAAEJ8 - FATAL FURY - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EAB.ini b/Data/Sys/GameSettings/EAB.ini deleted file mode 100644 index 44caa54b2e2..00000000000 --- a/Data/Sys/GameSettings/EAB.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EABEJ8 - WORLD HEROES - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EAC.ini b/Data/Sys/GameSettings/EAC.ini deleted file mode 100644 index 987c9f15b7e..00000000000 --- a/Data/Sys/GameSettings/EAC.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EACEJ8 - MAGICIAN LORD - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EAD.ini b/Data/Sys/GameSettings/EAD.ini deleted file mode 100644 index 58d557ef705..00000000000 --- a/Data/Sys/GameSettings/EAD.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EADEJ8 - ART OF FIGHTING - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EAE.ini b/Data/Sys/GameSettings/EAE.ini deleted file mode 100644 index 2d1f508674c..00000000000 --- a/Data/Sys/GameSettings/EAE.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EAEEJ8 - SAMURAI SHODOWN - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EAF.ini b/Data/Sys/GameSettings/EAF.ini deleted file mode 100644 index 0b7cffa4e01..00000000000 --- a/Data/Sys/GameSettings/EAF.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EAFEJ8 - BLUE'S JOURNEY - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EAG.ini b/Data/Sys/GameSettings/EAG.ini deleted file mode 100644 index 3f73599dd72..00000000000 --- a/Data/Sys/GameSettings/EAG.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EAGEJ8 - THE KING OF FIGHTERS - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EAH.ini b/Data/Sys/GameSettings/EAH.ini deleted file mode 100644 index c4340b0d223..00000000000 --- a/Data/Sys/GameSettings/EAH.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EAHEJ8 - BASEBALL STARS 2 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EAI.ini b/Data/Sys/GameSettings/EAI.ini deleted file mode 100644 index 002d6823a7d..00000000000 --- a/Data/Sys/GameSettings/EAI.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EAIEJ8 - TOP HUNTER - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EAJ.ini b/Data/Sys/GameSettings/EAJ.ini deleted file mode 100644 index a3544dd077e..00000000000 --- a/Data/Sys/GameSettings/EAJ.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EAJEJ8 - METAL SLUG - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EAK.ini b/Data/Sys/GameSettings/EAK.ini deleted file mode 100644 index bc9672e066b..00000000000 --- a/Data/Sys/GameSettings/EAK.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EAKEJ8 - BURNING 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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EAL.ini b/Data/Sys/GameSettings/EAL.ini deleted file mode 100644 index d27262abf97..00000000000 --- a/Data/Sys/GameSettings/EAL.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EALEJ8 - ART OF FIGHTING 2 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EAM.ini b/Data/Sys/GameSettings/EAM.ini deleted file mode 100644 index f8424489773..00000000000 --- a/Data/Sys/GameSettings/EAM.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EAMEJ8 - NINJA COMBAT - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EAN.ini b/Data/Sys/GameSettings/EAN.ini deleted file mode 100644 index 76e1c3889ba..00000000000 --- a/Data/Sys/GameSettings/EAN.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EANEJ8 - FATAL FURY 2 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EAO.ini b/Data/Sys/GameSettings/EAO.ini deleted file mode 100644 index 60dd1df4d9e..00000000000 --- a/Data/Sys/GameSettings/EAO.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EAOEJ8 - KING OF THE MONSTERS - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EAP.ini b/Data/Sys/GameSettings/EAP.ini deleted file mode 100644 index 868ae965647..00000000000 --- a/Data/Sys/GameSettings/EAP.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EAPEJ8 - NINJA COMMANDO - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EAQ.ini b/Data/Sys/GameSettings/EAQ.ini deleted file mode 100644 index 882ea764c12..00000000000 --- a/Data/Sys/GameSettings/EAQ.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EAQEJ8 - WORLD HEROES 2 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EAR.ini b/Data/Sys/GameSettings/EAR.ini deleted file mode 100644 index 8afbed6d5e5..00000000000 --- a/Data/Sys/GameSettings/EAR.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EAREJ8 - NEO TURF MASTERS - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EAS.ini b/Data/Sys/GameSettings/EAS.ini deleted file mode 100644 index 7a2fa5e1e82..00000000000 --- a/Data/Sys/GameSettings/EAS.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EASEJ8 - SAMURAI SHODOWN 2 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EAT.ini b/Data/Sys/GameSettings/EAT.ini deleted file mode 100644 index 46de00f7bdb..00000000000 --- a/Data/Sys/GameSettings/EAT.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EATEJ8 - WORLD HEROES 2 JET - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EAW.ini b/Data/Sys/GameSettings/EAW.ini deleted file mode 100644 index e2456709f9b..00000000000 --- a/Data/Sys/GameSettings/EAW.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EAWEJ8 - FATAL FURY SPECIAL - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EAZ.ini b/Data/Sys/GameSettings/EAZ.ini deleted file mode 100644 index c9b2e9cb636..00000000000 --- a/Data/Sys/GameSettings/EAZ.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EAZEJ8 - WORLD HEROES PERFECT - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EB2.ini b/Data/Sys/GameSettings/EB2.ini deleted file mode 100644 index e5f87bdb67c..00000000000 --- a/Data/Sys/GameSettings/EB2.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EB2EJ8 - RBFF SPECIAL - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EB5.ini b/Data/Sys/GameSettings/EB5.ini deleted file mode 100644 index 6e4578280ca..00000000000 --- a/Data/Sys/GameSettings/EB5.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EB5EJ8 - THE LAST BLADE - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EB6.ini b/Data/Sys/GameSettings/EB6.ini deleted file mode 100644 index 112c1ed8b37..00000000000 --- a/Data/Sys/GameSettings/EB6.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EB6EJ8 - METAL SLUG 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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EB8.ini b/Data/Sys/GameSettings/EB8.ini deleted file mode 100644 index 797064a3f66..00000000000 --- a/Data/Sys/GameSettings/EB8.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EB8EJ8 - SHOCK TROOPERS - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EBA.ini b/Data/Sys/GameSettings/EBA.ini deleted file mode 100644 index e6101766358..00000000000 --- a/Data/Sys/GameSettings/EBA.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EBAEJ8 - MAGICAL DROP 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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EBB.ini b/Data/Sys/GameSettings/EBB.ini deleted file mode 100644 index 574e2b18c32..00000000000 --- a/Data/Sys/GameSettings/EBB.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EBBEJ8 - FIGHTER'S HISTORY - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EBD.ini b/Data/Sys/GameSettings/EBD.ini deleted file mode 100644 index 432133390ed..00000000000 --- a/Data/Sys/GameSettings/EBD.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EBDEJ8 - MAGICAL DROP III - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EBE.ini b/Data/Sys/GameSettings/EBE.ini deleted file mode 100644 index 0778373bbf8..00000000000 --- a/Data/Sys/GameSettings/EBE.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EBEEJ8 - STREET SLAM - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EBF.ini b/Data/Sys/GameSettings/EBF.ini deleted file mode 100644 index a556a7ec6da..00000000000 --- a/Data/Sys/GameSettings/EBF.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EBFEJ8 - SPIN MASTER - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EBG.ini b/Data/Sys/GameSettings/EBG.ini deleted file mode 100644 index 7dfcefcee0c..00000000000 --- a/Data/Sys/GameSettings/EBG.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EBGEJ8 - KOF '97 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EBQ.ini b/Data/Sys/GameSettings/EBQ.ini deleted file mode 100644 index 7d7fc414ee3..00000000000 --- a/Data/Sys/GameSettings/EBQ.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EBQEJ8 - NINJA MASTER'S - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EBS.ini b/Data/Sys/GameSettings/EBS.ini deleted file mode 100644 index c8b5ebfc52a..00000000000 --- a/Data/Sys/GameSettings/EBS.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EBSEJ8 - ART OF FIGHTING 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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EBU.ini b/Data/Sys/GameSettings/EBU.ini deleted file mode 100644 index 9978235e654..00000000000 --- a/Data/Sys/GameSettings/EBU.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EBUEJ8 - 2020 SUPER 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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EBW.ini b/Data/Sys/GameSettings/EBW.ini deleted file mode 100644 index 564b9b9bc03..00000000000 --- a/Data/Sys/GameSettings/EBW.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EBWEJ8 - SENGOKU - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EBX.ini b/Data/Sys/GameSettings/EBX.ini deleted file mode 100644 index e7d11ab2b7c..00000000000 --- a/Data/Sys/GameSettings/EBX.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EBXEJ8 - SENGOKU 2 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/EBZ.ini b/Data/Sys/GameSettings/EBZ.ini deleted file mode 100644 index e372c7c927f..00000000000 --- a/Data/Sys/GameSettings/EBZ.ini +++ /dev/null @@ -1,21 +0,0 @@ -# EBZEJ8 - REAL BOUT FATAL FURY - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/ECA.ini b/Data/Sys/GameSettings/ECA.ini deleted file mode 100644 index 1c303288b50..00000000000 --- a/Data/Sys/GameSettings/ECA.ini +++ /dev/null @@ -1,21 +0,0 @@ -# ECAEJ8 - REAL BOUT FATAL FURY 2 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/ECC.ini b/Data/Sys/GameSettings/ECC.ini deleted file mode 100644 index 68fbbe1a295..00000000000 --- a/Data/Sys/GameSettings/ECC.ini +++ /dev/null @@ -1,21 +0,0 @@ -# ECCEJ8 - METAL SLUG X - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/ECE.ini b/Data/Sys/GameSettings/ECE.ini deleted file mode 100644 index 7561495f4e0..00000000000 --- a/Data/Sys/GameSettings/ECE.ini +++ /dev/null @@ -1,21 +0,0 @@ -# ECEEJ8 - THE LAST BLADE 2 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/ECG.ini b/Data/Sys/GameSettings/ECG.ini deleted file mode 100644 index 66c52999067..00000000000 --- a/Data/Sys/GameSettings/ECG.ini +++ /dev/null @@ -1,21 +0,0 @@ -# ECGEJ8 - SHOCK TROOPERS 2 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/ECH.ini b/Data/Sys/GameSettings/ECH.ini deleted file mode 100644 index 350de9f59c6..00000000000 --- a/Data/Sys/GameSettings/ECH.ini +++ /dev/null @@ -1,21 +0,0 @@ -# ECHEJ8 - KOF '98 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/ECI.ini b/Data/Sys/GameSettings/ECI.ini deleted file mode 100644 index 978b7fc97f3..00000000000 --- a/Data/Sys/GameSettings/ECI.ini +++ /dev/null @@ -1,21 +0,0 @@ -# ECIEJ8 - METAL SLUG 4 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/ECJ.ini b/Data/Sys/GameSettings/ECJ.ini deleted file mode 100644 index 33e456658b1..00000000000 --- a/Data/Sys/GameSettings/ECJ.ini +++ /dev/null @@ -1,21 +0,0 @@ -# ECJEJ8 - KOF '99 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/ECK.ini b/Data/Sys/GameSettings/ECK.ini deleted file mode 100644 index 734fe0e5a75..00000000000 --- a/Data/Sys/GameSettings/ECK.ini +++ /dev/null @@ -1,21 +0,0 @@ -# ECKEJ8 - NAM-1975 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/ECN.ini b/Data/Sys/GameSettings/ECN.ini deleted file mode 100644 index 54317eaaa1e..00000000000 --- a/Data/Sys/GameSettings/ECN.ini +++ /dev/null @@ -1,21 +0,0 @@ -# ECNEJ8 - SENGOKU 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 = -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_Settings] -SafeTextureCacheColorSamples = 0 From 754c4c0ee93022ee091b7b47c4491392c3f9aac4 Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Thu, 4 Feb 2016 21:02:38 +1300 Subject: [PATCH 04/11] GameInis: Deduplicate NES Virtual Console games --- Data/Sys/GameSettings/{FB5.ini => F.ini} | 11 +-------- Data/Sys/GameSettings/FA6.ini | 29 ------------------------ Data/Sys/GameSettings/FA7.ini | 29 ------------------------ Data/Sys/GameSettings/FA8.ini | 29 ------------------------ Data/Sys/GameSettings/FA9.ini | 29 ------------------------ Data/Sys/GameSettings/FAA.ini | 26 ++------------------- Data/Sys/GameSettings/FAB.ini | 26 ++------------------- Data/Sys/GameSettings/FAG.ini | 26 ++------------------- Data/Sys/GameSettings/FAH.ini | 26 ++------------------- Data/Sys/GameSettings/FAK.ini | 25 ++------------------ Data/Sys/GameSettings/FAL.ini | 26 ++------------------- Data/Sys/GameSettings/FAN.ini | 26 ++------------------- Data/Sys/GameSettings/FAO.ini | 26 ++------------------- Data/Sys/GameSettings/FAP.ini | 29 ------------------------ Data/Sys/GameSettings/FAQ.ini | 29 ------------------------ Data/Sys/GameSettings/FAS.ini | 26 ++------------------- Data/Sys/GameSettings/FAT.ini | 29 ------------------------ Data/Sys/GameSettings/FAV.ini | 29 ------------------------ Data/Sys/GameSettings/FAW.ini | 29 ------------------------ Data/Sys/GameSettings/FAX.ini | 29 ------------------------ Data/Sys/GameSettings/FB2.ini | 29 ------------------------ Data/Sys/GameSettings/FB4.ini | 29 ------------------------ Data/Sys/GameSettings/FBB.ini | 29 ------------------------ Data/Sys/GameSettings/FBC.ini | 29 ------------------------ Data/Sys/GameSettings/FBD.ini | 29 ------------------------ Data/Sys/GameSettings/FBE.ini | 29 ------------------------ Data/Sys/GameSettings/FBH.ini | 29 ------------------------ Data/Sys/GameSettings/FBI.ini | 29 ------------------------ Data/Sys/GameSettings/FBJ.ini | 29 ------------------------ Data/Sys/GameSettings/FBL.ini | 29 ------------------------ Data/Sys/GameSettings/FBN.ini | 29 ------------------------ Data/Sys/GameSettings/FBR.ini | 29 ------------------------ Data/Sys/GameSettings/FBS.ini | 29 ------------------------ Data/Sys/GameSettings/FBU.ini | 29 ------------------------ Data/Sys/GameSettings/FBY.ini | 29 ------------------------ Data/Sys/GameSettings/FBZ.ini | 29 ------------------------ Data/Sys/GameSettings/FC3.ini | 29 ------------------------ Data/Sys/GameSettings/FC6.ini | 29 ------------------------ Data/Sys/GameSettings/FC7.ini | 29 ------------------------ Data/Sys/GameSettings/FC8.ini | 29 ------------------------ Data/Sys/GameSettings/FCA.ini | 29 ------------------------ Data/Sys/GameSettings/FCP.ini | 29 ------------------------ Data/Sys/GameSettings/FCQ.ini | 29 ------------------------ Data/Sys/GameSettings/FCR.ini | 29 ------------------------ Data/Sys/GameSettings/FCS.ini | 29 ------------------------ Data/Sys/GameSettings/FCT.ini | 29 ------------------------ Data/Sys/GameSettings/FCU.ini | 29 ------------------------ Data/Sys/GameSettings/FCV.ini | 29 ------------------------ Data/Sys/GameSettings/FCW.ini | 29 ------------------------ Data/Sys/GameSettings/FCY.ini | 29 ------------------------ Data/Sys/GameSettings/FCZ.ini | 29 ------------------------ Data/Sys/GameSettings/FD2.ini | 29 ------------------------ Data/Sys/GameSettings/FD6.ini | 29 ------------------------ Data/Sys/GameSettings/FD7.ini | 29 ------------------------ Data/Sys/GameSettings/FDA.ini | 29 ------------------------ Data/Sys/GameSettings/FDF.ini | 29 ------------------------ Data/Sys/GameSettings/FDG.ini | 29 ------------------------ Data/Sys/GameSettings/FDL.ini | 29 ------------------------ Data/Sys/GameSettings/FDN.ini | 29 ------------------------ Data/Sys/GameSettings/FDO.ini | 29 ------------------------ Data/Sys/GameSettings/FDP.ini | 29 ------------------------ Data/Sys/GameSettings/FDQ.ini | 29 ------------------------ Data/Sys/GameSettings/FDT.ini | 29 ------------------------ Data/Sys/GameSettings/FDU.ini | 29 ------------------------ Data/Sys/GameSettings/FDV.ini | 29 ------------------------ Data/Sys/GameSettings/FEC.ini | 29 ------------------------ Data/Sys/GameSettings/FED.ini | 29 ------------------------ Data/Sys/GameSettings/FEI.ini | 29 ------------------------ Data/Sys/GameSettings/FEM.ini | 29 ------------------------ Data/Sys/GameSettings/FEN.ini | 29 ------------------------ Data/Sys/GameSettings/FEQ.ini | 29 ------------------------ Data/Sys/GameSettings/FER.ini | 29 ------------------------ Data/Sys/GameSettings/FES.ini | 29 ------------------------ Data/Sys/GameSettings/FEU.ini | 29 ------------------------ Data/Sys/GameSettings/FFA.ini | 29 ------------------------ Data/Sys/GameSettings/FFD.ini | 29 ------------------------ Data/Sys/GameSettings/FFE.ini | 29 ------------------------ Data/Sys/GameSettings/FFL.ini | 29 ------------------------ Data/Sys/GameSettings/FFM.ini | 29 ------------------------ Data/Sys/GameSettings/FFN.ini | 29 ------------------------ Data/Sys/GameSettings/FFQ.ini | 29 ------------------------ Data/Sys/GameSettings/FFY.ini | 29 ------------------------ 82 files changed, 19 insertions(+), 2313 deletions(-) rename Data/Sys/GameSettings/{FB5.ini => F.ini} (66%) delete mode 100644 Data/Sys/GameSettings/FA6.ini delete mode 100644 Data/Sys/GameSettings/FA7.ini delete mode 100644 Data/Sys/GameSettings/FA8.ini delete mode 100644 Data/Sys/GameSettings/FA9.ini delete mode 100644 Data/Sys/GameSettings/FAP.ini delete mode 100644 Data/Sys/GameSettings/FAQ.ini delete mode 100644 Data/Sys/GameSettings/FAT.ini delete mode 100644 Data/Sys/GameSettings/FAV.ini delete mode 100644 Data/Sys/GameSettings/FAW.ini delete mode 100644 Data/Sys/GameSettings/FAX.ini delete mode 100644 Data/Sys/GameSettings/FB2.ini delete mode 100644 Data/Sys/GameSettings/FB4.ini delete mode 100644 Data/Sys/GameSettings/FBB.ini delete mode 100644 Data/Sys/GameSettings/FBC.ini delete mode 100644 Data/Sys/GameSettings/FBD.ini delete mode 100644 Data/Sys/GameSettings/FBE.ini delete mode 100644 Data/Sys/GameSettings/FBH.ini delete mode 100644 Data/Sys/GameSettings/FBI.ini delete mode 100644 Data/Sys/GameSettings/FBJ.ini delete mode 100644 Data/Sys/GameSettings/FBL.ini delete mode 100644 Data/Sys/GameSettings/FBN.ini delete mode 100644 Data/Sys/GameSettings/FBR.ini delete mode 100644 Data/Sys/GameSettings/FBS.ini delete mode 100644 Data/Sys/GameSettings/FBU.ini delete mode 100644 Data/Sys/GameSettings/FBY.ini delete mode 100644 Data/Sys/GameSettings/FBZ.ini delete mode 100644 Data/Sys/GameSettings/FC3.ini delete mode 100644 Data/Sys/GameSettings/FC6.ini delete mode 100644 Data/Sys/GameSettings/FC7.ini delete mode 100644 Data/Sys/GameSettings/FC8.ini delete mode 100644 Data/Sys/GameSettings/FCA.ini delete mode 100644 Data/Sys/GameSettings/FCP.ini delete mode 100644 Data/Sys/GameSettings/FCQ.ini delete mode 100644 Data/Sys/GameSettings/FCR.ini delete mode 100644 Data/Sys/GameSettings/FCS.ini delete mode 100644 Data/Sys/GameSettings/FCT.ini delete mode 100644 Data/Sys/GameSettings/FCU.ini delete mode 100644 Data/Sys/GameSettings/FCV.ini delete mode 100644 Data/Sys/GameSettings/FCW.ini delete mode 100644 Data/Sys/GameSettings/FCY.ini delete mode 100644 Data/Sys/GameSettings/FCZ.ini delete mode 100644 Data/Sys/GameSettings/FD2.ini delete mode 100644 Data/Sys/GameSettings/FD6.ini delete mode 100644 Data/Sys/GameSettings/FD7.ini delete mode 100644 Data/Sys/GameSettings/FDA.ini delete mode 100644 Data/Sys/GameSettings/FDF.ini delete mode 100644 Data/Sys/GameSettings/FDG.ini delete mode 100644 Data/Sys/GameSettings/FDL.ini delete mode 100644 Data/Sys/GameSettings/FDN.ini delete mode 100644 Data/Sys/GameSettings/FDO.ini delete mode 100644 Data/Sys/GameSettings/FDP.ini delete mode 100644 Data/Sys/GameSettings/FDQ.ini delete mode 100644 Data/Sys/GameSettings/FDT.ini delete mode 100644 Data/Sys/GameSettings/FDU.ini delete mode 100644 Data/Sys/GameSettings/FDV.ini delete mode 100644 Data/Sys/GameSettings/FEC.ini delete mode 100644 Data/Sys/GameSettings/FED.ini delete mode 100644 Data/Sys/GameSettings/FEI.ini delete mode 100644 Data/Sys/GameSettings/FEM.ini delete mode 100644 Data/Sys/GameSettings/FEN.ini delete mode 100644 Data/Sys/GameSettings/FEQ.ini delete mode 100644 Data/Sys/GameSettings/FER.ini delete mode 100644 Data/Sys/GameSettings/FES.ini delete mode 100644 Data/Sys/GameSettings/FEU.ini delete mode 100644 Data/Sys/GameSettings/FFA.ini delete mode 100644 Data/Sys/GameSettings/FFD.ini delete mode 100644 Data/Sys/GameSettings/FFE.ini delete mode 100644 Data/Sys/GameSettings/FFL.ini delete mode 100644 Data/Sys/GameSettings/FFM.ini delete mode 100644 Data/Sys/GameSettings/FFN.ini delete mode 100644 Data/Sys/GameSettings/FFQ.ini delete mode 100644 Data/Sys/GameSettings/FFY.ini diff --git a/Data/Sys/GameSettings/FB5.ini b/Data/Sys/GameSettings/F.ini similarity index 66% rename from Data/Sys/GameSettings/FB5.ini rename to Data/Sys/GameSettings/F.ini index 6c790a738a3..6cabfcd7e88 100644 --- a/Data/Sys/GameSettings/FB5.ini +++ b/Data/Sys/GameSettings/F.ini @@ -1,4 +1,4 @@ -# FB5E01 - ZANAC +# Fxxxxx - All NES Virtual Console games [Core] # Values set here will override the main Dolphin settings. @@ -8,15 +8,6 @@ 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_Settings] SafeTextureCacheColorSamples = 0 EFBScale = 2 diff --git a/Data/Sys/GameSettings/FA6.ini b/Data/Sys/GameSettings/FA6.ini deleted file mode 100644 index c6e17f367e2..00000000000 --- a/Data/Sys/GameSettings/FA6.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FA7.ini b/Data/Sys/GameSettings/FA7.ini deleted file mode 100644 index 18ad780ebe8..00000000000 --- a/Data/Sys/GameSettings/FA7.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FA7E01, FA7P01 - Yoshi - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FA8.ini b/Data/Sys/GameSettings/FA8.ini deleted file mode 100644 index 6ee4a15810c..00000000000 --- a/Data/Sys/GameSettings/FA8.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FA9.ini b/Data/Sys/GameSettings/FA9.ini deleted file mode 100644 index 2d457cb6dfe..00000000000 --- a/Data/Sys/GameSettings/FA9.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FA9E01, FA9P01 - Zelda II: The Adventure of Link - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FAA.ini b/Data/Sys/GameSettings/FAA.ini index fc4e5daaead..3b7faf50681 100644 --- a/Data/Sys/GameSettings/FAA.ini +++ b/Data/Sys/GameSettings/FAA.ini @@ -1,26 +1,4 @@ # FAAE01, FAAP01 - Donkey Kong -[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_Settings] -SafeTextureCacheColorSamples = 512 -EFBScale = 2 - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False +[Video_Hacks] +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAB.ini b/Data/Sys/GameSettings/FAB.ini index 55ff93acca0..9f32e5ae83a 100644 --- a/Data/Sys/GameSettings/FAB.ini +++ b/Data/Sys/GameSettings/FAB.ini @@ -1,26 +1,4 @@ # FABE01, FABP01 - Donkey Kong Jr. -[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_Settings] -SafeTextureCacheColorSamples = 512 -EFBScale = 2 - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False +[Video_Hacks] +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAG.ini b/Data/Sys/GameSettings/FAG.ini index 05fadb580c8..b2c03e85a78 100644 --- a/Data/Sys/GameSettings/FAG.ini +++ b/Data/Sys/GameSettings/FAG.ini @@ -1,26 +1,4 @@ # 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_Settings] -SafeTextureCacheColorSamples = 512 -EFBScale = 2 - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False +[Video_Hacks] +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAH.ini b/Data/Sys/GameSettings/FAH.ini index 15e23dca36e..14ff12f73ac 100644 --- a/Data/Sys/GameSettings/FAH.ini +++ b/Data/Sys/GameSettings/FAH.ini @@ -1,26 +1,4 @@ # FAHE01, FAHP01 - Tennis -[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_Settings] -SafeTextureCacheColorSamples = 512 -EFBScale = 2 - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False +[Video_Hacks] +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAK.ini b/Data/Sys/GameSettings/FAK.ini index dd7a8f6deb5..0aaf587c735 100644 --- a/Data/Sys/GameSettings/FAK.ini +++ b/Data/Sys/GameSettings/FAK.ini @@ -1,26 +1,5 @@ # FAKE01, FAKP01 - The Legend of Zelda -[Core] -# Values set here will override the main Dolphin settings. +[Video_Hacks] +EFBToTextureEnable = -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FAL.ini b/Data/Sys/GameSettings/FAL.ini index 6c6283242cc..cb71099455c 100644 --- a/Data/Sys/GameSettings/FAL.ini +++ b/Data/Sys/GameSettings/FAL.ini @@ -1,26 +1,4 @@ # FALE01, 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_Settings] -SafeTextureCacheColorSamples = 512 -EFBScale = 2 - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False +[Video_Hacks] +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAN.ini b/Data/Sys/GameSettings/FAN.ini index 11b056e1003..d8324ddf5b5 100644 --- a/Data/Sys/GameSettings/FAN.ini +++ b/Data/Sys/GameSettings/FAN.ini @@ -1,26 +1,4 @@ # FANE01, FANP01 - Urban Champion -[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_Settings] -SafeTextureCacheColorSamples = 512 -EFBScale = 2 - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False +[Video_Hacks] +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAO.ini b/Data/Sys/GameSettings/FAO.ini index b4176bed85d..8b28dad422f 100644 --- a/Data/Sys/GameSettings/FAO.ini +++ b/Data/Sys/GameSettings/FAO.ini @@ -1,26 +1,4 @@ # FAOE01, 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_Settings] -SafeTextureCacheColorSamples = 512 -EFBScale = 2 - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False +[Video_Hacks] +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAP.ini b/Data/Sys/GameSettings/FAP.ini deleted file mode 100644 index f8b9621f970..00000000000 --- a/Data/Sys/GameSettings/FAP.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FAQ.ini b/Data/Sys/GameSettings/FAQ.ini deleted file mode 100644 index 025f84394e1..00000000000 --- a/Data/Sys/GameSettings/FAQ.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FAQL01, FAQN01 - Ninja JaJaMaru-kun - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FAS.ini b/Data/Sys/GameSettings/FAS.ini index 5369fbe5218..16eadf4f3fb 100644 --- a/Data/Sys/GameSettings/FAS.ini +++ b/Data/Sys/GameSettings/FAS.ini @@ -1,26 +1,4 @@ # FASE01, 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False +[Video_Hacks] +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAT.ini b/Data/Sys/GameSettings/FAT.ini deleted file mode 100644 index 33b30bec5ed..00000000000 --- a/Data/Sys/GameSettings/FAT.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FATE01 - THE LEGEND OF KAGE - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FAV.ini b/Data/Sys/GameSettings/FAV.ini deleted file mode 100644 index 51809a140ef..00000000000 --- a/Data/Sys/GameSettings/FAV.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FAVE01 - TECMO BOWL - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FAW.ini b/Data/Sys/GameSettings/FAW.ini deleted file mode 100644 index 186e411a897..00000000000 --- a/Data/Sys/GameSettings/FAW.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FAWE01 - ELEVATOR ACTION - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FAX.ini b/Data/Sys/GameSettings/FAX.ini deleted file mode 100644 index 28606365a76..00000000000 --- a/Data/Sys/GameSettings/FAX.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FAXE01, FAXP01 - Pac-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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FB2.ini b/Data/Sys/GameSettings/FB2.ini deleted file mode 100644 index ee42a85e06b..00000000000 --- a/Data/Sys/GameSettings/FB2.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FB2E01, FB2P01 - Super Mario Bros. The Lost Levels - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FB4.ini b/Data/Sys/GameSettings/FB4.ini deleted file mode 100644 index e8b4662f7a6..00000000000 --- a/Data/Sys/GameSettings/FB4.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FB4E01, 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FBB.ini b/Data/Sys/GameSettings/FBB.ini deleted file mode 100644 index c26a0bc3838..00000000000 --- a/Data/Sys/GameSettings/FBB.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FBC.ini b/Data/Sys/GameSettings/FBC.ini deleted file mode 100644 index bad1d45ce1d..00000000000 --- a/Data/Sys/GameSettings/FBC.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FBCE01, FBCP01 - Excitebike - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FBD.ini b/Data/Sys/GameSettings/FBD.ini deleted file mode 100644 index efd128d4cdc..00000000000 --- a/Data/Sys/GameSettings/FBD.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FBE.ini b/Data/Sys/GameSettings/FBE.ini deleted file mode 100644 index bb9b5997eb3..00000000000 --- a/Data/Sys/GameSettings/FBE.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FBH.ini b/Data/Sys/GameSettings/FBH.ini deleted file mode 100644 index b773d975b08..00000000000 --- a/Data/Sys/GameSettings/FBH.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FBI.ini b/Data/Sys/GameSettings/FBI.ini deleted file mode 100644 index 7c0c9becbce..00000000000 --- a/Data/Sys/GameSettings/FBI.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FBJ.ini b/Data/Sys/GameSettings/FBJ.ini deleted file mode 100644 index 94d73398148..00000000000 --- a/Data/Sys/GameSettings/FBJ.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FBL.ini b/Data/Sys/GameSettings/FBL.ini deleted file mode 100644 index dabc1ceaa73..00000000000 --- a/Data/Sys/GameSettings/FBL.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FBN.ini b/Data/Sys/GameSettings/FBN.ini deleted file mode 100644 index 84f005ccafc..00000000000 --- a/Data/Sys/GameSettings/FBN.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FBNE01, FBNM01 - Ninja Gaiden - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FBR.ini b/Data/Sys/GameSettings/FBR.ini deleted file mode 100644 index bf2733212d5..00000000000 --- a/Data/Sys/GameSettings/FBR.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FBS.ini b/Data/Sys/GameSettings/FBS.ini deleted file mode 100644 index e496f13f0aa..00000000000 --- a/Data/Sys/GameSettings/FBS.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FBU.ini b/Data/Sys/GameSettings/FBU.ini deleted file mode 100644 index 782ab936ec1..00000000000 --- a/Data/Sys/GameSettings/FBU.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FBY.ini b/Data/Sys/GameSettings/FBY.ini deleted file mode 100644 index 367c12ec311..00000000000 --- a/Data/Sys/GameSettings/FBY.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FBYE01, FBYP01 - Super Mario Bros. 2 - -[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_Settings] -SafeTextureCacheColorSamples = 512 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FBZ.ini b/Data/Sys/GameSettings/FBZ.ini deleted file mode 100644 index 732d96773e4..00000000000 --- a/Data/Sys/GameSettings/FBZ.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FBZE01, FBZP01 - Metroid - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FC3.ini b/Data/Sys/GameSettings/FC3.ini deleted file mode 100644 index 10270db62b1..00000000000 --- a/Data/Sys/GameSettings/FC3.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FC3E01, 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FC6.ini b/Data/Sys/GameSettings/FC6.ini deleted file mode 100644 index db38cab0972..00000000000 --- a/Data/Sys/GameSettings/FC6.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FC7.ini b/Data/Sys/GameSettings/FC7.ini deleted file mode 100644 index 3515d916239..00000000000 --- a/Data/Sys/GameSettings/FC7.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FC7E01 - Play Action Football - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FC8.ini b/Data/Sys/GameSettings/FC8.ini deleted file mode 100644 index 1f82624b6b7..00000000000 --- a/Data/Sys/GameSettings/FC8.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FCA.ini b/Data/Sys/GameSettings/FCA.ini deleted file mode 100644 index bdd3a056a32..00000000000 --- a/Data/Sys/GameSettings/FCA.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FCAE01 - Star Soldier - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FCP.ini b/Data/Sys/GameSettings/FCP.ini deleted file mode 100644 index f0e858c2cbd..00000000000 --- a/Data/Sys/GameSettings/FCP.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FCQ.ini b/Data/Sys/GameSettings/FCQ.ini deleted file mode 100644 index 7bf3cfba769..00000000000 --- a/Data/Sys/GameSettings/FCQ.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FCQE01 - Ninja Gaiden 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. -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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FCR.ini b/Data/Sys/GameSettings/FCR.ini deleted file mode 100644 index 2a1f48f223a..00000000000 --- a/Data/Sys/GameSettings/FCR.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FCRE01, 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_Settings] -SafeTextureCacheColorSamples = 512 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FCS.ini b/Data/Sys/GameSettings/FCS.ini deleted file mode 100644 index 00df1ccfd79..00000000000 --- a/Data/Sys/GameSettings/FCS.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FCSE01, FCSP01 - 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FCT.ini b/Data/Sys/GameSettings/FCT.ini deleted file mode 100644 index 460af445f8c..00000000000 --- a/Data/Sys/GameSettings/FCT.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FCU.ini b/Data/Sys/GameSettings/FCU.ini deleted file mode 100644 index c3699b1cef3..00000000000 --- a/Data/Sys/GameSettings/FCU.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FCV.ini b/Data/Sys/GameSettings/FCV.ini deleted file mode 100644 index dea3ad94aa5..00000000000 --- a/Data/Sys/GameSettings/FCV.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FCW.ini b/Data/Sys/GameSettings/FCW.ini deleted file mode 100644 index 90c4a9f966c..00000000000 --- a/Data/Sys/GameSettings/FCW.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FCY.ini b/Data/Sys/GameSettings/FCY.ini deleted file mode 100644 index f4a207b72f9..00000000000 --- a/Data/Sys/GameSettings/FCY.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FCZ.ini b/Data/Sys/GameSettings/FCZ.ini deleted file mode 100644 index 93c2dfbd55c..00000000000 --- a/Data/Sys/GameSettings/FCZ.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FCZE01 - KING'S KNIGHT - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FD2.ini b/Data/Sys/GameSettings/FD2.ini deleted file mode 100644 index 8684a619a3d..00000000000 --- a/Data/Sys/GameSettings/FD2.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FD6.ini b/Data/Sys/GameSettings/FD6.ini deleted file mode 100644 index 1be25974e99..00000000000 --- a/Data/Sys/GameSettings/FD6.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FD6E01, FD6P01 - ADVENTURES OF LOLO 2 - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FD7.ini b/Data/Sys/GameSettings/FD7.ini deleted file mode 100644 index d83c1b002ad..00000000000 --- a/Data/Sys/GameSettings/FD7.ini +++ /dev/null @@ -1,29 +0,0 @@ -# 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FDA.ini b/Data/Sys/GameSettings/FDA.ini deleted file mode 100644 index c0b9ed43aca..00000000000 --- a/Data/Sys/GameSettings/FDA.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FDAE01, FDAM01 - Spelunker - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FDF.ini b/Data/Sys/GameSettings/FDF.ini deleted file mode 100644 index d16be967fb6..00000000000 --- a/Data/Sys/GameSettings/FDF.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FDFE01 - Bases Loaded - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FDG.ini b/Data/Sys/GameSettings/FDG.ini deleted file mode 100644 index 563a65f194d..00000000000 --- a/Data/Sys/GameSettings/FDG.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FDGE01, FDGP01 - Ghosts'n Goblins - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FDL.ini b/Data/Sys/GameSettings/FDL.ini deleted file mode 100644 index 58c7d3620d7..00000000000 --- a/Data/Sys/GameSettings/FDL.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FDLE01 - Ninja Gaiden III: The Ancient Ship of Doom - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FDN.ini b/Data/Sys/GameSettings/FDN.ini deleted file mode 100644 index 97459eaafce..00000000000 --- a/Data/Sys/GameSettings/FDN.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FDNE01, FDNP01, FDNJ01 - Mega Man 2 - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FDO.ini b/Data/Sys/GameSettings/FDO.ini deleted file mode 100644 index 96a2e29bbac..00000000000 --- a/Data/Sys/GameSettings/FDO.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FDOE01, FDOP01 - OPERATION WOLF - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FDP.ini b/Data/Sys/GameSettings/FDP.ini deleted file mode 100644 index 2de10b50d66..00000000000 --- a/Data/Sys/GameSettings/FDP.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FDPE01, FDPP01 - Blades of Steel - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FDQ.ini b/Data/Sys/GameSettings/FDQ.ini deleted file mode 100644 index cb15e47c2b0..00000000000 --- a/Data/Sys/GameSettings/FDQ.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FDQE01, FDQP01 - DOUBLE DRIBBLE - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FDT.ini b/Data/Sys/GameSettings/FDT.ini deleted file mode 100644 index 1cff48c5354..00000000000 --- a/Data/Sys/GameSettings/FDT.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FDTE01 - Renegade - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FDU.ini b/Data/Sys/GameSettings/FDU.ini deleted file mode 100644 index 34dea3b57a0..00000000000 --- a/Data/Sys/GameSettings/FDU.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FDUE01 - Super Dodge Ball - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FDV.ini b/Data/Sys/GameSettings/FDV.ini deleted file mode 100644 index 519327ed868..00000000000 --- a/Data/Sys/GameSettings/FDV.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FDVE01, FDVP01 - River City Ransom - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FEC.ini b/Data/Sys/GameSettings/FEC.ini deleted file mode 100644 index df4fadbfe19..00000000000 --- a/Data/Sys/GameSettings/FEC.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FECE01 - Skykid - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FED.ini b/Data/Sys/GameSettings/FED.ini deleted file mode 100644 index bda408b0a6d..00000000000 --- a/Data/Sys/GameSettings/FED.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FEDL01, FEDN01 - DIG DUG - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FEI.ini b/Data/Sys/GameSettings/FEI.ini deleted file mode 100644 index 59f47cc8046..00000000000 --- a/Data/Sys/GameSettings/FEI.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FEIE01, FEIP01 - City Connection - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FEM.ini b/Data/Sys/GameSettings/FEM.ini deleted file mode 100644 index 0601709e142..00000000000 --- a/Data/Sys/GameSettings/FEM.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FEML01, FEMN01 - BOKUTTE UPA - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FEN.ini b/Data/Sys/GameSettings/FEN.ini deleted file mode 100644 index a46c25ab609..00000000000 --- a/Data/Sys/GameSettings/FEN.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FENE01 - Life Force - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FEQ.ini b/Data/Sys/GameSettings/FEQ.ini deleted file mode 100644 index 69809892264..00000000000 --- a/Data/Sys/GameSettings/FEQ.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FEQE01, FEQJ01, FEQP01 - Castlevania III - -[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_Settings] -SafeTextureCacheColorSamples = 4096 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FER.ini b/Data/Sys/GameSettings/FER.ini deleted file mode 100644 index a566fea74ad..00000000000 --- a/Data/Sys/GameSettings/FER.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FERE01, FERM01 - StarTropics 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FES.ini b/Data/Sys/GameSettings/FES.ini deleted file mode 100644 index c642ebc6486..00000000000 --- a/Data/Sys/GameSettings/FES.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FESE01, FESP01 - Clu Clu Land - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FEU.ini b/Data/Sys/GameSettings/FEU.ini deleted file mode 100644 index f31430dcca3..00000000000 --- a/Data/Sys/GameSettings/FEU.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FEUE01, FEUP01 - Donkey Kong 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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FFA.ini b/Data/Sys/GameSettings/FFA.ini deleted file mode 100644 index 01a7c902b38..00000000000 --- a/Data/Sys/GameSettings/FFA.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FFAE01, FFAM01 - Final Fantasy - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FFD.ini b/Data/Sys/GameSettings/FFD.ini deleted file mode 100644 index 08a8408adee..00000000000 --- a/Data/Sys/GameSettings/FFD.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FFDE01 - Crash 'N The Boys - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FFE.ini b/Data/Sys/GameSettings/FFE.ini deleted file mode 100644 index 5805da5b897..00000000000 --- a/Data/Sys/GameSettings/FFE.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FFEE01, FFEP01 - A Boy and His Blob - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FFL.ini b/Data/Sys/GameSettings/FFL.ini deleted file mode 100644 index 842239cd900..00000000000 --- a/Data/Sys/GameSettings/FFL.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FFLE01 - Princess Tomato - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FFM.ini b/Data/Sys/GameSettings/FFM.ini deleted file mode 100644 index a9bf201a76b..00000000000 --- a/Data/Sys/GameSettings/FFM.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FFME01, FFMP01 - Blaster Master - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FFN.ini b/Data/Sys/GameSettings/FFN.ini deleted file mode 100644 index f5b02c1ed26..00000000000 --- a/Data/Sys/GameSettings/FFN.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FFNE01, FFNJ01, FFNP01 - Mega Man 4 - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FFQ.ini b/Data/Sys/GameSettings/FFQ.ini deleted file mode 100644 index e158b423aa6..00000000000 --- a/Data/Sys/GameSettings/FFQ.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FFQE01, FFQM01 - Shadow of the Ninja - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False diff --git a/Data/Sys/GameSettings/FFY.ini b/Data/Sys/GameSettings/FFY.ini deleted file mode 100644 index 12c0b167899..00000000000 --- a/Data/Sys/GameSettings/FFY.ini +++ /dev/null @@ -1,29 +0,0 @@ -# FFYE01, FFYJ01, FFYP01 - Mega Man 5 - -[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_Settings] -SafeTextureCacheColorSamples = 0 -EFBScale = 2 - -[Video_Hacks] -EFBToTextureEnable = False - -[Video_Enhancements] -MaxAnisotropy = 0 -ForceFiltering = False From 5c00fc3e444488f1019935047c6a326656efe432 Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Thu, 4 Feb 2016 21:13:18 +1300 Subject: [PATCH 05/11] GameInis: Deduplicate SNES Virtual Console games --- Data/Sys/GameSettings/{JAF.ini => J.ini} | 11 +---------- Data/Sys/GameSettings/JA4.ini | 21 --------------------- Data/Sys/GameSettings/JA6.ini | 21 --------------------- Data/Sys/GameSettings/JA7.ini | 17 ----------------- Data/Sys/GameSettings/JA8.ini | 21 --------------------- Data/Sys/GameSettings/JAA.ini | 21 --------------------- Data/Sys/GameSettings/JAC.ini | 22 ---------------------- Data/Sys/GameSettings/JAD.ini | 21 --------------------- Data/Sys/GameSettings/JAE.ini | 17 ----------------- Data/Sys/GameSettings/JAH.ini | 21 --------------------- Data/Sys/GameSettings/JAI.ini | 21 --------------------- Data/Sys/GameSettings/JAJ.ini | 21 --------------------- Data/Sys/GameSettings/JAL.ini | 17 ----------------- Data/Sys/GameSettings/JAM.ini | 21 --------------------- Data/Sys/GameSettings/JAV.ini | 21 --------------------- Data/Sys/GameSettings/JAW.ini | 21 --------------------- Data/Sys/GameSettings/JAZ.ini | 21 --------------------- Data/Sys/GameSettings/JB3.ini | 21 --------------------- Data/Sys/GameSettings/JBA.ini | 17 ----------------- Data/Sys/GameSettings/JBB.ini | 21 --------------------- Data/Sys/GameSettings/JBC.ini | 6 ------ Data/Sys/GameSettings/JBD.ini | 21 --------------------- Data/Sys/GameSettings/JBI.ini | 21 --------------------- Data/Sys/GameSettings/JBK.ini | 9 --------- Data/Sys/GameSettings/JBL.ini | 21 --------------------- Data/Sys/GameSettings/JBP.ini | 21 --------------------- Data/Sys/GameSettings/JBQ.ini | 17 ----------------- Data/Sys/GameSettings/JBR.ini | 21 --------------------- Data/Sys/GameSettings/JBS.ini | 17 ----------------- Data/Sys/GameSettings/JBT.ini | 21 --------------------- Data/Sys/GameSettings/JBU.ini | 17 ----------------- Data/Sys/GameSettings/JBW.ini | 21 --------------------- Data/Sys/GameSettings/JBY.ini | 21 --------------------- Data/Sys/GameSettings/JC4.ini | 21 --------------------- Data/Sys/GameSettings/JC7.ini | 21 --------------------- Data/Sys/GameSettings/JC8.ini | 9 --------- Data/Sys/GameSettings/JCA.ini | 21 --------------------- Data/Sys/GameSettings/JCB.ini | 21 --------------------- Data/Sys/GameSettings/JCC.ini | 21 --------------------- Data/Sys/GameSettings/JCD.ini | 17 ----------------- Data/Sys/GameSettings/JCJ.ini | 21 --------------------- Data/Sys/GameSettings/JCK.ini | 21 --------------------- Data/Sys/GameSettings/JCL.ini | 9 --------- Data/Sys/GameSettings/JCN.ini | 21 --------------------- Data/Sys/GameSettings/JCT.ini | 9 --------- Data/Sys/GameSettings/JCV.ini | 21 --------------------- Data/Sys/GameSettings/JCW.ini | 21 --------------------- Data/Sys/GameSettings/JCX.ini | 17 ----------------- Data/Sys/GameSettings/JCY.ini | 9 --------- Data/Sys/GameSettings/JCZ.ini | 21 --------------------- Data/Sys/GameSettings/JDA.ini | 17 ----------------- Data/Sys/GameSettings/JDC.ini | 21 --------------------- Data/Sys/GameSettings/JDD.ini | 21 --------------------- Data/Sys/GameSettings/JDE.ini | 21 --------------------- Data/Sys/GameSettings/JDI.ini | 21 --------------------- Data/Sys/GameSettings/JDJ.ini | 21 --------------------- Data/Sys/GameSettings/JDL.ini | 21 --------------------- Data/Sys/GameSettings/JDN.ini | 21 --------------------- Data/Sys/GameSettings/JDV.ini | 9 --------- Data/Sys/GameSettings/JDW.ini | 21 --------------------- Data/Sys/GameSettings/JDX.ini | 21 --------------------- Data/Sys/GameSettings/JDZ.ini | 21 --------------------- Data/Sys/GameSettings/JEB.ini | 21 --------------------- Data/Sys/GameSettings/JEC.ini | 13 ------------- Data/Sys/GameSettings/JEH.ini | 21 --------------------- 65 files changed, 1 insertion(+), 1220 deletions(-) rename Data/Sys/GameSettings/{JAF.ini => J.ini} (53%) delete mode 100644 Data/Sys/GameSettings/JA4.ini delete mode 100644 Data/Sys/GameSettings/JA6.ini delete mode 100644 Data/Sys/GameSettings/JA8.ini delete mode 100644 Data/Sys/GameSettings/JAA.ini delete mode 100644 Data/Sys/GameSettings/JAC.ini delete mode 100644 Data/Sys/GameSettings/JAD.ini delete mode 100644 Data/Sys/GameSettings/JAH.ini delete mode 100644 Data/Sys/GameSettings/JAI.ini delete mode 100644 Data/Sys/GameSettings/JAJ.ini delete mode 100644 Data/Sys/GameSettings/JAM.ini delete mode 100644 Data/Sys/GameSettings/JAV.ini delete mode 100644 Data/Sys/GameSettings/JAW.ini delete mode 100644 Data/Sys/GameSettings/JAZ.ini delete mode 100644 Data/Sys/GameSettings/JB3.ini delete mode 100644 Data/Sys/GameSettings/JBB.ini delete mode 100644 Data/Sys/GameSettings/JBD.ini delete mode 100644 Data/Sys/GameSettings/JBI.ini delete mode 100644 Data/Sys/GameSettings/JBL.ini delete mode 100644 Data/Sys/GameSettings/JBP.ini delete mode 100644 Data/Sys/GameSettings/JBR.ini delete mode 100644 Data/Sys/GameSettings/JBT.ini delete mode 100644 Data/Sys/GameSettings/JBW.ini delete mode 100644 Data/Sys/GameSettings/JBY.ini delete mode 100644 Data/Sys/GameSettings/JC4.ini delete mode 100644 Data/Sys/GameSettings/JC7.ini delete mode 100644 Data/Sys/GameSettings/JCA.ini delete mode 100644 Data/Sys/GameSettings/JCB.ini delete mode 100644 Data/Sys/GameSettings/JCC.ini delete mode 100644 Data/Sys/GameSettings/JCJ.ini delete mode 100644 Data/Sys/GameSettings/JCK.ini delete mode 100644 Data/Sys/GameSettings/JCN.ini delete mode 100644 Data/Sys/GameSettings/JCV.ini delete mode 100644 Data/Sys/GameSettings/JCW.ini delete mode 100644 Data/Sys/GameSettings/JCZ.ini delete mode 100644 Data/Sys/GameSettings/JDA.ini delete mode 100644 Data/Sys/GameSettings/JDC.ini delete mode 100644 Data/Sys/GameSettings/JDD.ini delete mode 100644 Data/Sys/GameSettings/JDE.ini delete mode 100644 Data/Sys/GameSettings/JDI.ini delete mode 100644 Data/Sys/GameSettings/JDJ.ini delete mode 100644 Data/Sys/GameSettings/JDL.ini delete mode 100644 Data/Sys/GameSettings/JDN.ini delete mode 100644 Data/Sys/GameSettings/JDW.ini delete mode 100644 Data/Sys/GameSettings/JDX.ini delete mode 100644 Data/Sys/GameSettings/JDZ.ini delete mode 100644 Data/Sys/GameSettings/JEB.ini delete mode 100644 Data/Sys/GameSettings/JEH.ini diff --git a/Data/Sys/GameSettings/JAF.ini b/Data/Sys/GameSettings/J.ini similarity index 53% rename from Data/Sys/GameSettings/JAF.ini rename to Data/Sys/GameSettings/J.ini index 7da6678ea35..22504e7b566 100644 --- a/Data/Sys/GameSettings/JAF.ini +++ b/Data/Sys/GameSettings/J.ini @@ -1,4 +1,4 @@ -# JAFE01 - Sim City +# Jxxxxx - All SNES Virtual Console games [Core] # Values set here will override the main Dolphin settings. @@ -8,14 +8,5 @@ EmulationIssues = 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_Settings] SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JA4.ini b/Data/Sys/GameSettings/JA4.ini deleted file mode 100644 index 1fe96c3179e..00000000000 --- a/Data/Sys/GameSettings/JA4.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JA4E01 - Super Ghouls 'n Ghosts - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JA6.ini b/Data/Sys/GameSettings/JA6.ini deleted file mode 100644 index 3d96fbcd95f..00000000000 --- a/Data/Sys/GameSettings/JA6.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JA6E01 - Zombies Ate My Neighbors - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JA7.ini b/Data/Sys/GameSettings/JA7.ini index 27d17d7b322..8280a1d0264 100644 --- a/Data/Sys/GameSettings/JA7.ini +++ b/Data/Sys/GameSettings/JA7.ini @@ -1,21 +1,4 @@ # JA7E01 - ActRaiser -[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 = -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_Settings] SafeTextureCacheColorSamples = 512 diff --git a/Data/Sys/GameSettings/JA8.ini b/Data/Sys/GameSettings/JA8.ini deleted file mode 100644 index ec81ef1d68c..00000000000 --- a/Data/Sys/GameSettings/JA8.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JA8E01 - Final 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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JAA.ini b/Data/Sys/GameSettings/JAA.ini deleted file mode 100644 index 32ca11e4692..00000000000 --- a/Data/Sys/GameSettings/JAA.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JAAE01 - Super Mario World - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JAC.ini b/Data/Sys/GameSettings/JAC.ini deleted file mode 100644 index cc9ecfb5897..00000000000 --- a/Data/Sys/GameSettings/JAC.ini +++ /dev/null @@ -1,22 +0,0 @@ -# JACE01, JACP01 - F-Zero - -[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. - -[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/JAD.ini b/Data/Sys/GameSettings/JAD.ini deleted file mode 100644 index 0ed2a9a0fc7..00000000000 --- a/Data/Sys/GameSettings/JAD.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JADE01 - The Legend of Zelda A Link to the Past - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JAE.ini b/Data/Sys/GameSettings/JAE.ini index 63b1d5a3d0e..6656cc600f7 100644 --- a/Data/Sys/GameSettings/JAE.ini +++ b/Data/Sys/GameSettings/JAE.ini @@ -1,21 +1,4 @@ # JAEE01 - Donkey Kong Country -[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 = -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_Settings] SafeTextureCacheColorSamples = 512 diff --git a/Data/Sys/GameSettings/JAH.ini b/Data/Sys/GameSettings/JAH.ini deleted file mode 100644 index 8e2617d79d5..00000000000 --- a/Data/Sys/GameSettings/JAH.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JAHE01 - R-Type III - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JAI.ini b/Data/Sys/GameSettings/JAI.ini deleted file mode 100644 index 4ea6d5e98d6..00000000000 --- a/Data/Sys/GameSettings/JAI.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JAIE01 - Super Castlevania IV - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JAJ.ini b/Data/Sys/GameSettings/JAJ.ini deleted file mode 100644 index 6b930b75514..00000000000 --- a/Data/Sys/GameSettings/JAJ.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JAJE01 - Street Fighter II The World Warrior - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JAL.ini b/Data/Sys/GameSettings/JAL.ini index 0d39c63f2ac..20ee082ab32 100644 --- a/Data/Sys/GameSettings/JAL.ini +++ b/Data/Sys/GameSettings/JAL.ini @@ -1,21 +1,4 @@ # JALE01 - Contra III -[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 = -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_Settings] SafeTextureCacheColorSamples = 512 diff --git a/Data/Sys/GameSettings/JAM.ini b/Data/Sys/GameSettings/JAM.ini deleted file mode 100644 index 87d76c79014..00000000000 --- a/Data/Sys/GameSettings/JAM.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JAME01 - Gradius III - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JAV.ini b/Data/Sys/GameSettings/JAV.ini deleted file mode 100644 index f819102709f..00000000000 --- a/Data/Sys/GameSettings/JAV.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JAVE01 - Super Metroid - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JAW.ini b/Data/Sys/GameSettings/JAW.ini deleted file mode 100644 index 199ab9c55de..00000000000 --- a/Data/Sys/GameSettings/JAW.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JAWE01 - Romance of the Three Kingdoms IV: Wall of Fire - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JAZ.ini b/Data/Sys/GameSettings/JAZ.ini deleted file mode 100644 index aa93f9f8f89..00000000000 --- a/Data/Sys/GameSettings/JAZ.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JAZE01 - The Legend of the Mystical Ninja - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JB3.ini b/Data/Sys/GameSettings/JB3.ini deleted file mode 100644 index 7c766ff427b..00000000000 --- a/Data/Sys/GameSettings/JB3.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JB3E01 - Harvest Moon - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JBA.ini b/Data/Sys/GameSettings/JBA.ini index 6fe0b76d31c..ac4d34c8513 100644 --- a/Data/Sys/GameSettings/JBA.ini +++ b/Data/Sys/GameSettings/JBA.ini @@ -1,21 +1,4 @@ # JBAE01 - Metal Marines -[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 = -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_Settings] SafeTextureCacheColorSamples = 512 diff --git a/Data/Sys/GameSettings/JBB.ini b/Data/Sys/GameSettings/JBB.ini deleted file mode 100644 index 6b693f4d135..00000000000 --- a/Data/Sys/GameSettings/JBB.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JBBE01 - Super SF 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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JBC.ini b/Data/Sys/GameSettings/JBC.ini index 0a453433f35..14ae811bd80 100644 --- a/Data/Sys/GameSettings/JBC.ini +++ b/Data/Sys/GameSettings/JBC.ini @@ -1,15 +1,9 @@ # JBCE01 - Kirby's Dream Course -[Core] - [EmuState] EmulationStateId = 4 EmulationIssues = Needs progressive scan for proper speed. -[OnFrame] - -[ActionReplay] - [Video_Settings] SafeTextureCacheColorSamples = 512 diff --git a/Data/Sys/GameSettings/JBD.ini b/Data/Sys/GameSettings/JBD.ini deleted file mode 100644 index f2f13dd29c3..00000000000 --- a/Data/Sys/GameSettings/JBD.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JBDE01 - Donkey Kong Country 2: Diddy's Kong Quest - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JBI.ini b/Data/Sys/GameSettings/JBI.ini deleted file mode 100644 index 69e2872514e..00000000000 --- a/Data/Sys/GameSettings/JBI.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JBIE01 - Street Fighter II Turbo: Hyper Fighting - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JBK.ini b/Data/Sys/GameSettings/JBK.ini index a8fd9ddd4f0..ae6acebc49f 100644 --- a/Data/Sys/GameSettings/JBK.ini +++ b/Data/Sys/GameSettings/JBK.ini @@ -1,17 +1,8 @@ # JBKE01, JBKP01 - Breath of Fire II -[Core] - [EmuState] EmulationStateId = 4 EmulationIssues = Needs progressive scan for proper speed. -[OnFrame] - -[ActionReplay] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 - [Video_Hacks] EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/JBL.ini b/Data/Sys/GameSettings/JBL.ini deleted file mode 100644 index ebe1ebc8a92..00000000000 --- a/Data/Sys/GameSettings/JBL.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JBLE01 - Pac-Attack - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JBP.ini b/Data/Sys/GameSettings/JBP.ini deleted file mode 100644 index 354a38063f3..00000000000 --- a/Data/Sys/GameSettings/JBP.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JBPE01 - Donkey Kong Country 3: Dixie Kong's Double Trouble! - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JBQ.ini b/Data/Sys/GameSettings/JBQ.ini index 53a2dbf6617..2c3f83281af 100644 --- a/Data/Sys/GameSettings/JBQ.ini +++ b/Data/Sys/GameSettings/JBQ.ini @@ -1,21 +1,4 @@ # JBQE01 - Kirby's Avalanche -[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 = -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_Settings] SafeTextureCacheColorSamples = 512 diff --git a/Data/Sys/GameSettings/JBR.ini b/Data/Sys/GameSettings/JBR.ini deleted file mode 100644 index 7d85488db2e..00000000000 --- a/Data/Sys/GameSettings/JBR.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JBRE01 - Vegas Stakes - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JBS.ini b/Data/Sys/GameSettings/JBS.ini index 6dedd5ff982..46ba0d5b8ea 100644 --- a/Data/Sys/GameSettings/JBS.ini +++ b/Data/Sys/GameSettings/JBS.ini @@ -1,21 +1,4 @@ # JBSE01 - AXELAY -[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 = -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_Settings] SafeTextureCacheColorSamples = 512 diff --git a/Data/Sys/GameSettings/JBT.ini b/Data/Sys/GameSettings/JBT.ini deleted file mode 100644 index 8c534a255b1..00000000000 --- a/Data/Sys/GameSettings/JBT.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JBTE01 - Super Turrican - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JBU.ini b/Data/Sys/GameSettings/JBU.ini index 221d6796a2f..0a9b1c5a206 100644 --- a/Data/Sys/GameSettings/JBU.ini +++ b/Data/Sys/GameSettings/JBU.ini @@ -1,21 +1,4 @@ # JBUE01 - Super Turrican 2 -[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 = -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_Settings] SafeTextureCacheColorSamples = 512 diff --git a/Data/Sys/GameSettings/JBW.ini b/Data/Sys/GameSettings/JBW.ini deleted file mode 100644 index 0683f77675e..00000000000 --- a/Data/Sys/GameSettings/JBW.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JBWE01 - Cybernator - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JBY.ini b/Data/Sys/GameSettings/JBY.ini deleted file mode 100644 index 60509b48474..00000000000 --- a/Data/Sys/GameSettings/JBY.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JBYE01 - SUPER R-TYPE - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JC4.ini b/Data/Sys/GameSettings/JC4.ini deleted file mode 100644 index 85790a42a6b..00000000000 --- a/Data/Sys/GameSettings/JC4.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JC4E01 - Indiana Jones' GA - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JC7.ini b/Data/Sys/GameSettings/JC7.ini deleted file mode 100644 index 4b28fde74e1..00000000000 --- a/Data/Sys/GameSettings/JC7.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JC7E01 - The Combatribes - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JC8.ini b/Data/Sys/GameSettings/JC8.ini index 10321033532..c6d849ad96a 100644 --- a/Data/Sys/GameSettings/JC8.ini +++ b/Data/Sys/GameSettings/JC8.ini @@ -1,17 +1,8 @@ # JC8E01 - FINAL FANTASY II -[Core] - [EmuState] EmulationStateId = 4 EmulationIssues = Needs progressive scan for proper speed. -[OnFrame] - -[ActionReplay] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 - [Video_Hacks] EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/JCA.ini b/Data/Sys/GameSettings/JCA.ini deleted file mode 100644 index 384b181b3ad..00000000000 --- a/Data/Sys/GameSettings/JCA.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JCAN01 - DoReMi Fantasy - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JCB.ini b/Data/Sys/GameSettings/JCB.ini deleted file mode 100644 index 37eba3bb5b9..00000000000 --- a/Data/Sys/GameSettings/JCB.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JCBE01 - Super Mario RPG - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JCC.ini b/Data/Sys/GameSettings/JCC.ini deleted file mode 100644 index 241ce30d3b3..00000000000 --- a/Data/Sys/GameSettings/JCC.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JCCE01 - Kirby Super Star - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JCD.ini b/Data/Sys/GameSettings/JCD.ini index 74f590dd5d0..a61e59b8aa5 100644 --- a/Data/Sys/GameSettings/JCD.ini +++ b/Data/Sys/GameSettings/JCD.ini @@ -1,21 +1,4 @@ # JCDE01 - Kirby's Dream Land 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 = -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_Settings] SafeTextureCacheColorSamples = 512 diff --git a/Data/Sys/GameSettings/JCJ.ini b/Data/Sys/GameSettings/JCJ.ini deleted file mode 100644 index 206b40421ce..00000000000 --- a/Data/Sys/GameSettings/JCJ.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JCJE01 - Super 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. -EmulationIssues = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JCK.ini b/Data/Sys/GameSettings/JCK.ini deleted file mode 100644 index 85888393433..00000000000 --- a/Data/Sys/GameSettings/JCK.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JCKE01 - Space Invaders The Original Game - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JCL.ini b/Data/Sys/GameSettings/JCL.ini index b4ea4865528..40d28ece5e0 100644 --- a/Data/Sys/GameSettings/JCL.ini +++ b/Data/Sys/GameSettings/JCL.ini @@ -1,17 +1,8 @@ # JCLE01 - SECRET OF MANA -[Core] - [EmuState] EmulationStateId = 4 EmulationIssues = Needs progressive scan for proper speed. -[OnFrame] - -[ActionReplay] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 - [Video_Hacks] EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/JCN.ini b/Data/Sys/GameSettings/JCN.ini deleted file mode 100644 index cdef7e55a6e..00000000000 --- a/Data/Sys/GameSettings/JCN.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JCNE01 - Prince of Persia - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JCT.ini b/Data/Sys/GameSettings/JCT.ini index 18bedcd02b9..b870bc0ee0a 100644 --- a/Data/Sys/GameSettings/JCT.ini +++ b/Data/Sys/GameSettings/JCT.ini @@ -1,17 +1,8 @@ # JCTE01 - Ogre Battle MBQ -[Core] - [EmuState] EmulationStateId = 4 EmulationIssues = Needs progressive scan for proper speed. -[OnFrame] - -[ActionReplay] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 - [Video_Hacks] EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/JCV.ini b/Data/Sys/GameSettings/JCV.ini deleted file mode 100644 index 922c042143b..00000000000 --- a/Data/Sys/GameSettings/JCV.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JCVE01 - PilotWings - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JCW.ini b/Data/Sys/GameSettings/JCW.ini deleted file mode 100644 index dddd8b628e6..00000000000 --- a/Data/Sys/GameSettings/JCW.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JCWE01 - Super Mario Kart - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JCX.ini b/Data/Sys/GameSettings/JCX.ini index df7bd495d34..470e9fc3b27 100644 --- a/Data/Sys/GameSettings/JCX.ini +++ b/Data/Sys/GameSettings/JCX.ini @@ -1,21 +1,4 @@ # JCXE01 - Nobunaga's Ambition -[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 = -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_Settings] SafeTextureCacheColorSamples = 512 diff --git a/Data/Sys/GameSettings/JCY.ini b/Data/Sys/GameSettings/JCY.ini index 9c27e22de4a..576b1f62b0e 100644 --- a/Data/Sys/GameSettings/JCY.ini +++ b/Data/Sys/GameSettings/JCY.ini @@ -1,17 +1,8 @@ # JCYE01 - Uncharted Waters New Horizons -[Core] - [EmuState] EmulationStateId = 4 EmulationIssues = -[OnFrame] - -[ActionReplay] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 - [Video_Hacks] EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/JCZ.ini b/Data/Sys/GameSettings/JCZ.ini deleted file mode 100644 index 4bcbbb23a4b..00000000000 --- a/Data/Sys/GameSettings/JCZ.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JCZE01 - Genghis Khan 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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JDA.ini b/Data/Sys/GameSettings/JDA.ini deleted file mode 100644 index b3e70596eea..00000000000 --- a/Data/Sys/GameSettings/JDA.ini +++ /dev/null @@ -1,17 +0,0 @@ -# JDAE01 - FINAL FANTASY III - -[Core] - -[EmuState] -EmulationStateId = 4 -EmulationIssues = Needs progressive scan for proper speed. - -[OnFrame] - -[ActionReplay] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 - -[Video_Hacks] -EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/JDC.ini b/Data/Sys/GameSettings/JDC.ini deleted file mode 100644 index b12386e8b13..00000000000 --- a/Data/Sys/GameSettings/JDC.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JDCE01 - Street Fighter Alpha 2 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JDD.ini b/Data/Sys/GameSettings/JDD.ini deleted file mode 100644 index 8fef609c0c9..00000000000 --- a/Data/Sys/GameSettings/JDD.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JDDE01 - Final Fight 2 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JDE.ini b/Data/Sys/GameSettings/JDE.ini deleted file mode 100644 index b57ff322b6e..00000000000 --- a/Data/Sys/GameSettings/JDE.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JDEE01 - Final Fight 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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JDI.ini b/Data/Sys/GameSettings/JDI.ini deleted file mode 100644 index 1ed4c4a41d8..00000000000 --- a/Data/Sys/GameSettings/JDI.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JDIE01 - Super Star Wars - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JDJ.ini b/Data/Sys/GameSettings/JDJ.ini deleted file mode 100644 index 41d9205a273..00000000000 --- a/Data/Sys/GameSettings/JDJ.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JDJE01 - Super Star Wars: ESB - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JDL.ini b/Data/Sys/GameSettings/JDL.ini deleted file mode 100644 index 366a47c30e6..00000000000 --- a/Data/Sys/GameSettings/JDL.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JDLE01 - Super Star Wars: ROJ - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JDN.ini b/Data/Sys/GameSettings/JDN.ini deleted file mode 100644 index c40a971ef41..00000000000 --- a/Data/Sys/GameSettings/JDN.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JDNE01 - Ghoul Patrol - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JDV.ini b/Data/Sys/GameSettings/JDV.ini index 4605b2e6a94..9964f8660e8 100644 --- a/Data/Sys/GameSettings/JDV.ini +++ b/Data/Sys/GameSettings/JDV.ini @@ -1,17 +1,8 @@ # JDVE01 - Wild Guns -[Core] - [EmuState] EmulationStateId = 4 EmulationIssues = Needs progressive scan for proper speed. -[OnFrame] - -[ActionReplay] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 - [Video_Hacks] EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/JDW.ini b/Data/Sys/GameSettings/JDW.ini deleted file mode 100644 index ff3081adac1..00000000000 --- a/Data/Sys/GameSettings/JDW.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JDWE01 - AERO THE ACROBAT - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JDX.ini b/Data/Sys/GameSettings/JDX.ini deleted file mode 100644 index 61198b66e7d..00000000000 --- a/Data/Sys/GameSettings/JDX.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JDXE01 - AERO THE ACROBAT 2 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JDZ.ini b/Data/Sys/GameSettings/JDZ.ini deleted file mode 100644 index 8b4ecb63924..00000000000 --- a/Data/Sys/GameSettings/JDZ.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JDZE01 - Final Fantasy Mystic Quest - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JEB.ini b/Data/Sys/GameSettings/JEB.ini deleted file mode 100644 index b84585d2e5d..00000000000 --- a/Data/Sys/GameSettings/JEB.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JEBE01 - Mega Man X - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/JEC.ini b/Data/Sys/GameSettings/JEC.ini index 11ede98c52d..f68e18ad7a8 100644 --- a/Data/Sys/GameSettings/JEC.ini +++ b/Data/Sys/GameSettings/JEC.ini @@ -1,17 +1,4 @@ # JECE01 - CHRONO TRIGGER -[Core] - -[EmuState] -EmulationStateId = 4 -EmulationIssues = - -[OnFrame] - -[ActionReplay] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 - [Video_Hacks] EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/JEH.ini b/Data/Sys/GameSettings/JEH.ini deleted file mode 100644 index 13138d390a8..00000000000 --- a/Data/Sys/GameSettings/JEH.ini +++ /dev/null @@ -1,21 +0,0 @@ -# JEHE01 - MEGA MAN X2 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 From 919460a572485f75b855f45fa51a6daa44c2225e Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Thu, 4 Feb 2016 21:52:52 +1300 Subject: [PATCH 06/11] GameInis: Deduplicate all Sega Master System games I don't care that this enables virtual xfb for all of them, I'm dubious that excatly half have it set and the other half don't. --- Data/Sys/GameSettings/{LAO.ini => L.ini} | 11 +---------- Data/Sys/GameSettings/LAB.ini | 21 --------------------- Data/Sys/GameSettings/LAC.ini | 21 --------------------- Data/Sys/GameSettings/LAD.ini | 23 ----------------------- Data/Sys/GameSettings/LAE.ini | 21 --------------------- Data/Sys/GameSettings/LAF.ini | 23 ----------------------- Data/Sys/GameSettings/LAG.ini | 21 --------------------- Data/Sys/GameSettings/LAH.ini | 21 --------------------- Data/Sys/GameSettings/LAI.ini | 21 --------------------- Data/Sys/GameSettings/LAJ.ini | 21 --------------------- Data/Sys/GameSettings/LAK.ini | 23 ----------------------- Data/Sys/GameSettings/LAL.ini | 23 ----------------------- Data/Sys/GameSettings/LAM.ini | 21 --------------------- Data/Sys/GameSettings/LAN.ini | 23 ----------------------- Data/Sys/GameSettings/LAP.ini | 23 ----------------------- Data/Sys/GameSettings/LAQ.ini | 23 ----------------------- 16 files changed, 1 insertion(+), 339 deletions(-) rename Data/Sys/GameSettings/{LAO.ini => L.ini} (56%) delete mode 100644 Data/Sys/GameSettings/LAB.ini delete mode 100644 Data/Sys/GameSettings/LAC.ini delete mode 100644 Data/Sys/GameSettings/LAD.ini delete mode 100644 Data/Sys/GameSettings/LAE.ini delete mode 100644 Data/Sys/GameSettings/LAF.ini delete mode 100644 Data/Sys/GameSettings/LAG.ini delete mode 100644 Data/Sys/GameSettings/LAH.ini delete mode 100644 Data/Sys/GameSettings/LAI.ini delete mode 100644 Data/Sys/GameSettings/LAJ.ini delete mode 100644 Data/Sys/GameSettings/LAK.ini delete mode 100644 Data/Sys/GameSettings/LAL.ini delete mode 100644 Data/Sys/GameSettings/LAM.ini delete mode 100644 Data/Sys/GameSettings/LAN.ini delete mode 100644 Data/Sys/GameSettings/LAP.ini delete mode 100644 Data/Sys/GameSettings/LAQ.ini diff --git a/Data/Sys/GameSettings/LAO.ini b/Data/Sys/GameSettings/L.ini similarity index 56% rename from Data/Sys/GameSettings/LAO.ini rename to Data/Sys/GameSettings/L.ini index 996f6c0f6c8..187d0aef4c9 100644 --- a/Data/Sys/GameSettings/LAO.ini +++ b/Data/Sys/GameSettings/L.ini @@ -1,4 +1,4 @@ -# LAOE8P, LAOP8P - R-TYPE +# Lxxxxx - All Sega Master System Virtual Console games [Core] # Values set here will override the main Dolphin settings. @@ -8,15 +8,6 @@ EmulationStateId = 4 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_Settings] SafeTextureCacheColorSamples = 0 UseXFB = True diff --git a/Data/Sys/GameSettings/LAB.ini b/Data/Sys/GameSettings/LAB.ini deleted file mode 100644 index e437b077254..00000000000 --- a/Data/Sys/GameSettings/LAB.ini +++ /dev/null @@ -1,21 +0,0 @@ -# LABE8P, LABP8P - Fantasy Zone - -[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. - -[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/LAC.ini b/Data/Sys/GameSettings/LAC.ini deleted file mode 100644 index e5ee8138ce8..00000000000 --- a/Data/Sys/GameSettings/LAC.ini +++ /dev/null @@ -1,21 +0,0 @@ -# LACE8P, LACJ8P, LACP8P - Wonder Boy - -[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. - -[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/LAD.ini b/Data/Sys/GameSettings/LAD.ini deleted file mode 100644 index c1d3b7e3ad0..00000000000 --- a/Data/Sys/GameSettings/LAD.ini +++ /dev/null @@ -1,23 +0,0 @@ -# LADE8P, LADJ8P, LADP8P - Phantasy Star - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] -SafeTextureCacheColorSamples = 0 -UseXFB = True -UseRealXFB = False diff --git a/Data/Sys/GameSettings/LAE.ini b/Data/Sys/GameSettings/LAE.ini deleted file mode 100644 index 89c8914438b..00000000000 --- a/Data/Sys/GameSettings/LAE.ini +++ /dev/null @@ -1,21 +0,0 @@ -# LAEE8P, LAEP8P - Alex Kidd - -[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. - -[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/LAF.ini b/Data/Sys/GameSettings/LAF.ini deleted file mode 100644 index cd9d4af5be5..00000000000 --- a/Data/Sys/GameSettings/LAF.ini +++ /dev/null @@ -1,23 +0,0 @@ -# LAFN8P, LAFP8P - Secret Command - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] -SafeTextureCacheColorSamples = 0 -UseXFB = True -UseRealXFB = False diff --git a/Data/Sys/GameSettings/LAG.ini b/Data/Sys/GameSettings/LAG.ini deleted file mode 100644 index 173071e4a14..00000000000 --- a/Data/Sys/GameSettings/LAG.ini +++ /dev/null @@ -1,21 +0,0 @@ -# LAGE8P, LAGJ8P, LAGP8P - Sonic The Hedgehog - -[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. - -[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/LAH.ini b/Data/Sys/GameSettings/LAH.ini deleted file mode 100644 index 28c5be0c2f2..00000000000 --- a/Data/Sys/GameSettings/LAH.ini +++ /dev/null @@ -1,21 +0,0 @@ -# LAHE8P - Space Harrier - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/LAI.ini b/Data/Sys/GameSettings/LAI.ini deleted file mode 100644 index 9a186a118f5..00000000000 --- a/Data/Sys/GameSettings/LAI.ini +++ /dev/null @@ -1,21 +0,0 @@ -# LAIE8P, LAIP8P - Enduro Racer - -[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. - -[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/LAJ.ini b/Data/Sys/GameSettings/LAJ.ini deleted file mode 100644 index 90e8f207ed8..00000000000 --- a/Data/Sys/GameSettings/LAJ.ini +++ /dev/null @@ -1,21 +0,0 @@ -# LAJE8P, LAJJ8P, LAJP8P - Sonic The Hedgehog 2 - -[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. - -[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/LAK.ini b/Data/Sys/GameSettings/LAK.ini deleted file mode 100644 index da32634fbef..00000000000 --- a/Data/Sys/GameSettings/LAK.ini +++ /dev/null @@ -1,23 +0,0 @@ -# LAKE8P, LAKJ8P, LAKP8P - Wonder Boy 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. -EmulationStateId = 4 -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_Settings] -SafeTextureCacheColorSamples = 0 -UseXFB = True -UseRealXFB = False diff --git a/Data/Sys/GameSettings/LAL.ini b/Data/Sys/GameSettings/LAL.ini deleted file mode 100644 index 073b1ce0dce..00000000000 --- a/Data/Sys/GameSettings/LAL.ini +++ /dev/null @@ -1,23 +0,0 @@ -# LALE8P, LALP8P - Fantasy Zone 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. -EmulationStateId = 4 -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_Settings] -SafeTextureCacheColorSamples = 0 -UseXFB = True -UseRealXFB = False diff --git a/Data/Sys/GameSettings/LAM.ini b/Data/Sys/GameSettings/LAM.ini deleted file mode 100644 index eb00d364cb1..00000000000 --- a/Data/Sys/GameSettings/LAM.ini +++ /dev/null @@ -1,21 +0,0 @@ -# LAME8P, LAMJ8P, LAMP8P - Sonic Chaos - -[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. - -[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/LAN.ini b/Data/Sys/GameSettings/LAN.ini deleted file mode 100644 index e84f22e4d93..00000000000 --- a/Data/Sys/GameSettings/LAN.ini +++ /dev/null @@ -1,23 +0,0 @@ -# LANE8P, LANP8P - Alex Kidd: TLS - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] -SafeTextureCacheColorSamples = 0 -UseXFB = True -UseRealXFB = False diff --git a/Data/Sys/GameSettings/LAP.ini b/Data/Sys/GameSettings/LAP.ini deleted file mode 100644 index c908f973094..00000000000 --- a/Data/Sys/GameSettings/LAP.ini +++ /dev/null @@ -1,23 +0,0 @@ -# LAPE8P, LAPP8P - Wonder Boy III - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] -SafeTextureCacheColorSamples = 0 -UseXFB = True -UseRealXFB = False diff --git a/Data/Sys/GameSettings/LAQ.ini b/Data/Sys/GameSettings/LAQ.ini deleted file mode 100644 index 647bf9e0b9e..00000000000 --- a/Data/Sys/GameSettings/LAQ.ini +++ /dev/null @@ -1,23 +0,0 @@ -# LAQE8P, LAQP8P - Alex Kidd in SW - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] -SafeTextureCacheColorSamples = 0 -UseXFB = True -UseRealXFB = False From b698b04b4c45f8c0226a9783754c79bd9bb8f198 Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Thu, 4 Feb 2016 22:02:44 +1300 Subject: [PATCH 07/11] GameInis: Deduplicate Sega Mega Drive (Genesis) inis --- Data/Sys/GameSettings/{MCH.ini => M.ini} | 11 +---------- Data/Sys/GameSettings/MA3.ini | 21 --------------------- Data/Sys/GameSettings/MA6.ini | 21 --------------------- Data/Sys/GameSettings/MA7.ini | 21 --------------------- Data/Sys/GameSettings/MA8.ini | 21 --------------------- Data/Sys/GameSettings/MAA.ini | 21 --------------------- Data/Sys/GameSettings/MAB.ini | 21 --------------------- Data/Sys/GameSettings/MAC.ini | 21 --------------------- Data/Sys/GameSettings/MAD.ini | 21 --------------------- Data/Sys/GameSettings/MAE.ini | 21 --------------------- Data/Sys/GameSettings/MAF.ini | 21 --------------------- Data/Sys/GameSettings/MAG.ini | 21 --------------------- Data/Sys/GameSettings/MAH.ini | 21 --------------------- Data/Sys/GameSettings/MAI.ini | 21 --------------------- Data/Sys/GameSettings/MAJ.ini | 21 --------------------- Data/Sys/GameSettings/MAK.ini | 13 ------------- Data/Sys/GameSettings/MAL.ini | 21 --------------------- Data/Sys/GameSettings/MAM.ini | 21 --------------------- Data/Sys/GameSettings/MAN.ini | 21 --------------------- Data/Sys/GameSettings/MAO.ini | 21 --------------------- Data/Sys/GameSettings/MAP.ini | 21 --------------------- Data/Sys/GameSettings/MAQ.ini | 21 --------------------- Data/Sys/GameSettings/MAR.ini | 21 --------------------- Data/Sys/GameSettings/MAS.ini | 21 --------------------- Data/Sys/GameSettings/MAT.ini | 21 --------------------- Data/Sys/GameSettings/MAV.ini | 21 --------------------- Data/Sys/GameSettings/MAW.ini | 21 --------------------- Data/Sys/GameSettings/MAX.ini | 21 --------------------- Data/Sys/GameSettings/MAY.ini | 21 --------------------- Data/Sys/GameSettings/MAZ.ini | 21 --------------------- Data/Sys/GameSettings/MB3.ini | 13 ------------- Data/Sys/GameSettings/MB6.ini | 21 --------------------- Data/Sys/GameSettings/MB7.ini | 21 --------------------- Data/Sys/GameSettings/MB8.ini | 21 --------------------- Data/Sys/GameSettings/MBA.ini | 13 ------------- Data/Sys/GameSettings/MBB.ini | 21 --------------------- Data/Sys/GameSettings/MBC.ini | 21 --------------------- Data/Sys/GameSettings/MBD.ini | 21 --------------------- Data/Sys/GameSettings/MBE.ini | 21 --------------------- Data/Sys/GameSettings/MBF.ini | 21 --------------------- Data/Sys/GameSettings/MBG.ini | 21 --------------------- Data/Sys/GameSettings/MBI.ini | 21 --------------------- Data/Sys/GameSettings/MBJ.ini | 21 --------------------- Data/Sys/GameSettings/MBK.ini | 21 --------------------- Data/Sys/GameSettings/MBL.ini | 21 --------------------- Data/Sys/GameSettings/MBM.ini | 21 --------------------- Data/Sys/GameSettings/MBO.ini | 21 --------------------- Data/Sys/GameSettings/MBP.ini | 21 --------------------- Data/Sys/GameSettings/MBQ.ini | 21 --------------------- Data/Sys/GameSettings/MBR.ini | 21 --------------------- Data/Sys/GameSettings/MBT.ini | 21 --------------------- Data/Sys/GameSettings/MBU.ini | 21 --------------------- Data/Sys/GameSettings/MBW.ini | 21 --------------------- Data/Sys/GameSettings/MBX.ini | 21 --------------------- Data/Sys/GameSettings/MBY.ini | 21 --------------------- Data/Sys/GameSettings/MBZ.ini | 21 --------------------- Data/Sys/GameSettings/MC2.ini | 23 ----------------------- Data/Sys/GameSettings/MC3.ini | 21 --------------------- Data/Sys/GameSettings/MCA.ini | 21 --------------------- Data/Sys/GameSettings/MCB.ini | 21 --------------------- Data/Sys/GameSettings/MCC.ini | 21 --------------------- Data/Sys/GameSettings/MCD.ini | 13 ------------- Data/Sys/GameSettings/MCE.ini | 21 --------------------- Data/Sys/GameSettings/MCG.ini | 21 --------------------- Data/Sys/GameSettings/MCJ.ini | 21 --------------------- Data/Sys/GameSettings/MCK.ini | 21 --------------------- Data/Sys/GameSettings/MCL.ini | 21 --------------------- Data/Sys/GameSettings/MCP.ini | 21 --------------------- Data/Sys/GameSettings/MCQ.ini | 21 --------------------- Data/Sys/GameSettings/MCR.ini | 21 --------------------- Data/Sys/GameSettings/MCS.ini | 13 ------------- Data/Sys/GameSettings/MCT.ini | 21 --------------------- Data/Sys/GameSettings/MCV.ini | 13 ------------- Data/Sys/GameSettings/MCW.ini | 13 ------------- Data/Sys/GameSettings/MCY.ini | 13 ------------- Data/Sys/GameSettings/MCZ.ini | 12 ------------ 76 files changed, 1 insertion(+), 1514 deletions(-) rename Data/Sys/GameSettings/{MCH.ini => M.ini} (54%) delete mode 100644 Data/Sys/GameSettings/MA3.ini delete mode 100644 Data/Sys/GameSettings/MA6.ini delete mode 100644 Data/Sys/GameSettings/MA7.ini delete mode 100644 Data/Sys/GameSettings/MA8.ini delete mode 100644 Data/Sys/GameSettings/MAA.ini delete mode 100644 Data/Sys/GameSettings/MAB.ini delete mode 100644 Data/Sys/GameSettings/MAC.ini delete mode 100644 Data/Sys/GameSettings/MAD.ini delete mode 100644 Data/Sys/GameSettings/MAE.ini delete mode 100644 Data/Sys/GameSettings/MAF.ini delete mode 100644 Data/Sys/GameSettings/MAG.ini delete mode 100644 Data/Sys/GameSettings/MAH.ini delete mode 100644 Data/Sys/GameSettings/MAI.ini delete mode 100644 Data/Sys/GameSettings/MAJ.ini delete mode 100644 Data/Sys/GameSettings/MAL.ini delete mode 100644 Data/Sys/GameSettings/MAM.ini delete mode 100644 Data/Sys/GameSettings/MAN.ini delete mode 100644 Data/Sys/GameSettings/MAO.ini delete mode 100644 Data/Sys/GameSettings/MAP.ini delete mode 100644 Data/Sys/GameSettings/MAQ.ini delete mode 100644 Data/Sys/GameSettings/MAR.ini delete mode 100644 Data/Sys/GameSettings/MAS.ini delete mode 100644 Data/Sys/GameSettings/MAT.ini delete mode 100644 Data/Sys/GameSettings/MAV.ini delete mode 100644 Data/Sys/GameSettings/MAW.ini delete mode 100644 Data/Sys/GameSettings/MAX.ini delete mode 100644 Data/Sys/GameSettings/MAY.ini delete mode 100644 Data/Sys/GameSettings/MAZ.ini delete mode 100644 Data/Sys/GameSettings/MB6.ini delete mode 100644 Data/Sys/GameSettings/MB7.ini delete mode 100644 Data/Sys/GameSettings/MB8.ini delete mode 100644 Data/Sys/GameSettings/MBB.ini delete mode 100644 Data/Sys/GameSettings/MBC.ini delete mode 100644 Data/Sys/GameSettings/MBD.ini delete mode 100644 Data/Sys/GameSettings/MBE.ini delete mode 100644 Data/Sys/GameSettings/MBF.ini delete mode 100644 Data/Sys/GameSettings/MBG.ini delete mode 100644 Data/Sys/GameSettings/MBI.ini delete mode 100644 Data/Sys/GameSettings/MBJ.ini delete mode 100644 Data/Sys/GameSettings/MBK.ini delete mode 100644 Data/Sys/GameSettings/MBL.ini delete mode 100644 Data/Sys/GameSettings/MBM.ini delete mode 100644 Data/Sys/GameSettings/MBO.ini delete mode 100644 Data/Sys/GameSettings/MBP.ini delete mode 100644 Data/Sys/GameSettings/MBQ.ini delete mode 100644 Data/Sys/GameSettings/MBR.ini delete mode 100644 Data/Sys/GameSettings/MBT.ini delete mode 100644 Data/Sys/GameSettings/MBU.ini delete mode 100644 Data/Sys/GameSettings/MBW.ini delete mode 100644 Data/Sys/GameSettings/MBX.ini delete mode 100644 Data/Sys/GameSettings/MBY.ini delete mode 100644 Data/Sys/GameSettings/MBZ.ini delete mode 100644 Data/Sys/GameSettings/MC2.ini delete mode 100644 Data/Sys/GameSettings/MC3.ini delete mode 100644 Data/Sys/GameSettings/MCA.ini delete mode 100644 Data/Sys/GameSettings/MCB.ini delete mode 100644 Data/Sys/GameSettings/MCC.ini delete mode 100644 Data/Sys/GameSettings/MCE.ini delete mode 100644 Data/Sys/GameSettings/MCG.ini delete mode 100644 Data/Sys/GameSettings/MCJ.ini delete mode 100644 Data/Sys/GameSettings/MCK.ini delete mode 100644 Data/Sys/GameSettings/MCL.ini delete mode 100644 Data/Sys/GameSettings/MCP.ini delete mode 100644 Data/Sys/GameSettings/MCQ.ini delete mode 100644 Data/Sys/GameSettings/MCR.ini delete mode 100644 Data/Sys/GameSettings/MCT.ini diff --git a/Data/Sys/GameSettings/MCH.ini b/Data/Sys/GameSettings/M.ini similarity index 54% rename from Data/Sys/GameSettings/MCH.ini rename to Data/Sys/GameSettings/M.ini index 7384580e337..ef413b9e37e 100644 --- a/Data/Sys/GameSettings/MCH.ini +++ b/Data/Sys/GameSettings/M.ini @@ -1,4 +1,4 @@ -# MCHE8P - MUSHA +# Mxxxxx - All Sega Mega Drive (Genesis) Vitual Console games [Core] # Values set here will override the main Dolphin settings. @@ -8,14 +8,5 @@ EmulationIssues = 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_Settings] SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MA3.ini b/Data/Sys/GameSettings/MA3.ini deleted file mode 100644 index ff92b8d9fab..00000000000 --- a/Data/Sys/GameSettings/MA3.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MA3E8P - Puyo Puyo 2 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MA6.ini b/Data/Sys/GameSettings/MA6.ini deleted file mode 100644 index 6e78291277c..00000000000 --- a/Data/Sys/GameSettings/MA6.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MA6E8P, MA6P8P - Streets of Rage 2 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MA7.ini b/Data/Sys/GameSettings/MA7.ini deleted file mode 100644 index 508429c0289..00000000000 --- a/Data/Sys/GameSettings/MA7.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MA7E8P, MA7P8P - Shining Darkness - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MA8.ini b/Data/Sys/GameSettings/MA8.ini deleted file mode 100644 index cdbf392b645..00000000000 --- a/Data/Sys/GameSettings/MA8.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MA8E8P, MA8P8P - Ecco the Dolphin 2 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAA.ini b/Data/Sys/GameSettings/MAA.ini deleted file mode 100644 index 157a2f79abc..00000000000 --- a/Data/Sys/GameSettings/MAA.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MAAE8P, MAAP8P - Altered Beast - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAB.ini b/Data/Sys/GameSettings/MAB.ini deleted file mode 100644 index 1b8aa56d370..00000000000 --- a/Data/Sys/GameSettings/MAB.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MABE8P, MABP8P - Columns - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAC.ini b/Data/Sys/GameSettings/MAC.ini deleted file mode 100644 index 5bb482ba523..00000000000 --- a/Data/Sys/GameSettings/MAC.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MACE8P, MACP8P - Dr. Robotnik - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAD.ini b/Data/Sys/GameSettings/MAD.ini deleted file mode 100644 index 69177a35318..00000000000 --- a/Data/Sys/GameSettings/MAD.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MADE8P, MADP8P - Ecco the Dolphin - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAE.ini b/Data/Sys/GameSettings/MAE.ini deleted file mode 100644 index 5d0d31431b9..00000000000 --- a/Data/Sys/GameSettings/MAE.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MAEE8P, MAEP8P - Golden Axe - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAF.ini b/Data/Sys/GameSettings/MAF.ini deleted file mode 100644 index 243c9ce8f55..00000000000 --- a/Data/Sys/GameSettings/MAF.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MAFE8P, MAFP8P - Gunstar Heroes - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAG.ini b/Data/Sys/GameSettings/MAG.ini deleted file mode 100644 index 93be5050d7b..00000000000 --- a/Data/Sys/GameSettings/MAG.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MAGE8P, MAGP8P - Ristar - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAH.ini b/Data/Sys/GameSettings/MAH.ini deleted file mode 100644 index ab011ba8d2e..00000000000 --- a/Data/Sys/GameSettings/MAH.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MAHE8P, MAHP8P - Sonic the Hedgehog - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAI.ini b/Data/Sys/GameSettings/MAI.ini deleted file mode 100644 index 2702facf9b7..00000000000 --- a/Data/Sys/GameSettings/MAI.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MAIE8P, MAIP8P - Space Harrier 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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAJ.ini b/Data/Sys/GameSettings/MAJ.ini deleted file mode 100644 index 4f80884eaa9..00000000000 --- a/Data/Sys/GameSettings/MAJ.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MAJE8P, MAJP8P - ToeJam & Earl - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAK.ini b/Data/Sys/GameSettings/MAK.ini index 3decd9fb8c4..641a33f1fcc 100644 --- a/Data/Sys/GameSettings/MAK.ini +++ b/Data/Sys/GameSettings/MAK.ini @@ -1,23 +1,10 @@ # MAKE8P - Shadow Dancer -[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 = Use Opengl, D3D has issues. 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_Settings] -SafeTextureCacheColorSamples = 0 UseXFB = True UseRealXFB = True diff --git a/Data/Sys/GameSettings/MAL.ini b/Data/Sys/GameSettings/MAL.ini deleted file mode 100644 index 9e2cda778e4..00000000000 --- a/Data/Sys/GameSettings/MAL.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MALE8P, MALP8P - Bonanza 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. -EmulationIssues = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAM.ini b/Data/Sys/GameSettings/MAM.ini deleted file mode 100644 index f6c6bdfd469..00000000000 --- a/Data/Sys/GameSettings/MAM.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MAME8P, MAMP8P - Sword of Vermilion - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAN.ini b/Data/Sys/GameSettings/MAN.ini deleted file mode 100644 index 1b0521b961c..00000000000 --- a/Data/Sys/GameSettings/MAN.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MANE8P, MANP8P - Gain Ground - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAO.ini b/Data/Sys/GameSettings/MAO.ini deleted file mode 100644 index 45e2b63edf8..00000000000 --- a/Data/Sys/GameSettings/MAO.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MAOE8P, MAOP8P - Bio-Hazard Battle - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAP.ini b/Data/Sys/GameSettings/MAP.ini deleted file mode 100644 index 018912929fe..00000000000 --- a/Data/Sys/GameSettings/MAP.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MAPE8P, MAPP8P - Comix Zone - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAQ.ini b/Data/Sys/GameSettings/MAQ.ini deleted file mode 100644 index 453f59022be..00000000000 --- a/Data/Sys/GameSettings/MAQ.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MAQE8P, MAQP8P - Streets of Rage - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAR.ini b/Data/Sys/GameSettings/MAR.ini deleted file mode 100644 index 03a6dc2a76e..00000000000 --- a/Data/Sys/GameSettings/MAR.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MARE8P, MARP8P - Beyond Oasis - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAS.ini b/Data/Sys/GameSettings/MAS.ini deleted file mode 100644 index 07e046955f1..00000000000 --- a/Data/Sys/GameSettings/MAS.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MASE8P, MASP8P - Vectorman - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAT.ini b/Data/Sys/GameSettings/MAT.ini deleted file mode 100644 index 7e1dc3337fe..00000000000 --- a/Data/Sys/GameSettings/MAT.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MATE8P, MATP8P - Sonic Spinball - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAV.ini b/Data/Sys/GameSettings/MAV.ini deleted file mode 100644 index 2705eade9b7..00000000000 --- a/Data/Sys/GameSettings/MAV.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MAVE8P, MAVP8P - Wonder Boy in MW - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAW.ini b/Data/Sys/GameSettings/MAW.ini deleted file mode 100644 index 81d3b4bb9e8..00000000000 --- a/Data/Sys/GameSettings/MAW.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MAWE8P, MAWP8P - Virtua Fighter 2 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAX.ini b/Data/Sys/GameSettings/MAX.ini deleted file mode 100644 index f4a75466237..00000000000 --- a/Data/Sys/GameSettings/MAX.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MAXE8P, MAXP8P - Alex Kidd - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAY.ini b/Data/Sys/GameSettings/MAY.ini deleted file mode 100644 index 71b0184ae91..00000000000 --- a/Data/Sys/GameSettings/MAY.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MAYE8P, MAYP8P - Alien Storm - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MAZ.ini b/Data/Sys/GameSettings/MAZ.ini deleted file mode 100644 index 5f09346f95c..00000000000 --- a/Data/Sys/GameSettings/MAZ.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MAZE8P, MAZP8P - ToeJam & Earl 2 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MB3.ini b/Data/Sys/GameSettings/MB3.ini index ebeee3c89a1..c2e607d7448 100644 --- a/Data/Sys/GameSettings/MB3.ini +++ b/Data/Sys/GameSettings/MB3.ini @@ -1,23 +1,10 @@ # MB3E8P - Monster World IV -[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 = Use Opengl, D3D has issues. 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_Settings] -SafeTextureCacheColorSamples = 0 UseXFB = True UseRealXFB = True diff --git a/Data/Sys/GameSettings/MB6.ini b/Data/Sys/GameSettings/MB6.ini deleted file mode 100644 index 086bede170e..00000000000 --- a/Data/Sys/GameSettings/MB6.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MB6E8P - Shining Force 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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MB7.ini b/Data/Sys/GameSettings/MB7.ini deleted file mode 100644 index 9a783d861db..00000000000 --- a/Data/Sys/GameSettings/MB7.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MB7E8P - Mega Turrican - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MB8.ini b/Data/Sys/GameSettings/MB8.ini deleted file mode 100644 index 6146a6a09c9..00000000000 --- a/Data/Sys/GameSettings/MB8.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MB8E8P, MB8P8P - Phantasy Star 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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MBA.ini b/Data/Sys/GameSettings/MBA.ini index 7679d4f278c..34186a48b2e 100644 --- a/Data/Sys/GameSettings/MBA.ini +++ b/Data/Sys/GameSettings/MBA.ini @@ -1,23 +1,10 @@ # MBAN8P - Pulseman -[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 = Use Opengl, D3D has issues. 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_Settings] -SafeTextureCacheColorSamples = 0 UseXFB = True UseRealXFB = True diff --git a/Data/Sys/GameSettings/MBB.ini b/Data/Sys/GameSettings/MBB.ini deleted file mode 100644 index 1597b372625..00000000000 --- a/Data/Sys/GameSettings/MBB.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MBBE8P, MBBP8P - Sonic the Hedgehog 2 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MBC.ini b/Data/Sys/GameSettings/MBC.ini deleted file mode 100644 index d4957a9d0ab..00000000000 --- a/Data/Sys/GameSettings/MBC.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MBCE8P, MBCP8P - Kid Chameleon - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MBD.ini b/Data/Sys/GameSettings/MBD.ini deleted file mode 100644 index 3d04de2d200..00000000000 --- a/Data/Sys/GameSettings/MBD.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MBDE8P, MBDP8P - Golden Axe 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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MBE.ini b/Data/Sys/GameSettings/MBE.ini deleted file mode 100644 index 0483fc18b10..00000000000 --- a/Data/Sys/GameSettings/MBE.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MBEE8P, MBEP8P - Shining Force - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MBF.ini b/Data/Sys/GameSettings/MBF.ini deleted file mode 100644 index ab2a777b55c..00000000000 --- a/Data/Sys/GameSettings/MBF.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MBFE8P, MBFP8P - Shinobi III - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MBG.ini b/Data/Sys/GameSettings/MBG.ini deleted file mode 100644 index 99f51826cea..00000000000 --- a/Data/Sys/GameSettings/MBG.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MBGE8P, MBGP8P - Dynamite Headdy - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MBI.ini b/Data/Sys/GameSettings/MBI.ini deleted file mode 100644 index 2e749f2f9b4..00000000000 --- a/Data/Sys/GameSettings/MBI.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MBIE8P, MBIP8P - Landstalker - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MBJ.ini b/Data/Sys/GameSettings/MBJ.ini deleted file mode 100644 index 002dd7e2930..00000000000 --- a/Data/Sys/GameSettings/MBJ.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MBJE8P, MBJP8P - Ghouls 'n Ghosts - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MBK.ini b/Data/Sys/GameSettings/MBK.ini deleted file mode 100644 index ced75869894..00000000000 --- a/Data/Sys/GameSettings/MBK.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MBKP8P - Crack Down - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MBL.ini b/Data/Sys/GameSettings/MBL.ini deleted file mode 100644 index e9fc6cb6461..00000000000 --- a/Data/Sys/GameSettings/MBL.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MBLP8P - ESWAT - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MBM.ini b/Data/Sys/GameSettings/MBM.ini deleted file mode 100644 index 32bb3f22f5c..00000000000 --- a/Data/Sys/GameSettings/MBM.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MBME8P, MBMP8P - Sonic the Hedgehog 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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MBO.ini b/Data/Sys/GameSettings/MBO.ini deleted file mode 100644 index 396509b1d05..00000000000 --- a/Data/Sys/GameSettings/MBO.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MBOE8P, MBOP8P - Golden Axe III - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MBP.ini b/Data/Sys/GameSettings/MBP.ini deleted file mode 100644 index b7d5390a02f..00000000000 --- a/Data/Sys/GameSettings/MBP.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MBPE8P, MBPP8P - Super Thunder Blade - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MBQ.ini b/Data/Sys/GameSettings/MBQ.ini deleted file mode 100644 index af0da596266..00000000000 --- a/Data/Sys/GameSettings/MBQ.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MBQE8P, MBQP8P - Streets of Rage 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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MBR.ini b/Data/Sys/GameSettings/MBR.ini deleted file mode 100644 index ab0c85e6053..00000000000 --- a/Data/Sys/GameSettings/MBR.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MBRE8P, MBRP8P - Rolling Thunder 2 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MBT.ini b/Data/Sys/GameSettings/MBT.ini deleted file mode 100644 index 8731b18bef8..00000000000 --- a/Data/Sys/GameSettings/MBT.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MBTE8P, MBTP8P - Alien Soldier - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MBU.ini b/Data/Sys/GameSettings/MBU.ini deleted file mode 100644 index f8a35499257..00000000000 --- a/Data/Sys/GameSettings/MBU.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MBUE8P, MBUP8P - Sonic 3D Blast - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MBW.ini b/Data/Sys/GameSettings/MBW.ini deleted file mode 100644 index 95216641e4e..00000000000 --- a/Data/Sys/GameSettings/MBW.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MBWE8P - Columns III - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MBX.ini b/Data/Sys/GameSettings/MBX.ini deleted file mode 100644 index 4cf3757aff1..00000000000 --- a/Data/Sys/GameSettings/MBX.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MBXE8P - Ecco Jr. - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MBY.ini b/Data/Sys/GameSettings/MBY.ini deleted file mode 100644 index 611adb48108..00000000000 --- a/Data/Sys/GameSettings/MBY.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MBYE8P - Light Crusader - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MBZ.ini b/Data/Sys/GameSettings/MBZ.ini deleted file mode 100644 index 77116483a9f..00000000000 --- a/Data/Sys/GameSettings/MBZ.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MBZE8P - Eternal Champions - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MC2.ini b/Data/Sys/GameSettings/MC2.ini deleted file mode 100644 index 1ba08e10d56..00000000000 --- a/Data/Sys/GameSettings/MC2.ini +++ /dev/null @@ -1,23 +0,0 @@ -# MC2E8P - Earthworm Jim 2 - -[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 = Use Opengl, D3D has issues. -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_Settings] -SafeTextureCacheColorSamples = 0 -UseXFB = True -UseRealXFB = True diff --git a/Data/Sys/GameSettings/MC3.ini b/Data/Sys/GameSettings/MC3.ini deleted file mode 100644 index 5003e669842..00000000000 --- a/Data/Sys/GameSettings/MC3.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MC3E8P - Super SF 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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MCA.ini b/Data/Sys/GameSettings/MCA.ini deleted file mode 100644 index 44b680f4c5a..00000000000 --- a/Data/Sys/GameSettings/MCA.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MCAN8P - Gley Lancer - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MCB.ini b/Data/Sys/GameSettings/MCB.ini deleted file mode 100644 index 326fc1ec0fb..00000000000 --- a/Data/Sys/GameSettings/MCB.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MCBE8P - POWERBALL - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MCC.ini b/Data/Sys/GameSettings/MCC.ini deleted file mode 100644 index c0f8c15bfe7..00000000000 --- a/Data/Sys/GameSettings/MCC.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MCCE8P - Phantasy Star III - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MCD.ini b/Data/Sys/GameSettings/MCD.ini index 46ba5fe2c3e..ee31fcd1893 100644 --- a/Data/Sys/GameSettings/MCD.ini +++ b/Data/Sys/GameSettings/MCD.ini @@ -1,23 +1,10 @@ # MCDE8P - Sonic & Knuckles -[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 = Use Opengl, D3D has issues. 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_Settings] -SafeTextureCacheColorSamples = 0 UseXFB = True UseRealXFB = True diff --git a/Data/Sys/GameSettings/MCE.ini b/Data/Sys/GameSettings/MCE.ini deleted file mode 100644 index 44fd835bcab..00000000000 --- a/Data/Sys/GameSettings/MCE.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MCEN8P - Super Fantasy Zone - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MCG.ini b/Data/Sys/GameSettings/MCG.ini deleted file mode 100644 index c9c61612fe4..00000000000 --- a/Data/Sys/GameSettings/MCG.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MCGE8P - FORGOTTEN WORLDS - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MCJ.ini b/Data/Sys/GameSettings/MCJ.ini deleted file mode 100644 index 9ffff842416..00000000000 --- a/Data/Sys/GameSettings/MCJ.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MCJE8P - Splatterhouse 2 - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MCK.ini b/Data/Sys/GameSettings/MCK.ini deleted file mode 100644 index a8a645502f7..00000000000 --- a/Data/Sys/GameSettings/MCK.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MCKE8P - Phantasy Star IV - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MCL.ini b/Data/Sys/GameSettings/MCL.ini deleted file mode 100644 index 6499b66bb9d..00000000000 --- a/Data/Sys/GameSettings/MCL.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MCLE8P - Street Fighter II': Special Champion Edition - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MCP.ini b/Data/Sys/GameSettings/MCP.ini deleted file mode 100644 index c36a910e773..00000000000 --- a/Data/Sys/GameSettings/MCP.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MCPE8P - Earthworm Jim - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MCQ.ini b/Data/Sys/GameSettings/MCQ.ini deleted file mode 100644 index 76640de35cc..00000000000 --- a/Data/Sys/GameSettings/MCQ.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MCQE8P - Boogerman - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MCR.ini b/Data/Sys/GameSettings/MCR.ini deleted file mode 100644 index 6f65d20dfdc..00000000000 --- a/Data/Sys/GameSettings/MCR.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MCRE8P - WotB: MERCS - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MCS.ini b/Data/Sys/GameSettings/MCS.ini index 45cf547ccf9..2c4b2380c92 100644 --- a/Data/Sys/GameSettings/MCS.ini +++ b/Data/Sys/GameSettings/MCS.ini @@ -1,23 +1,10 @@ # MCSN8P - Monster Lair -[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 = Use Opengl, D3D has issues. 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_Settings] -SafeTextureCacheColorSamples = 0 UseXFB = True UseRealXFB = True diff --git a/Data/Sys/GameSettings/MCT.ini b/Data/Sys/GameSettings/MCT.ini deleted file mode 100644 index fff7dd130b0..00000000000 --- a/Data/Sys/GameSettings/MCT.ini +++ /dev/null @@ -1,21 +0,0 @@ -# MCTE8P - Clay Fighter - -[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 = -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_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/MCV.ini b/Data/Sys/GameSettings/MCV.ini index 2b921dcf139..754c185e351 100644 --- a/Data/Sys/GameSettings/MCV.ini +++ b/Data/Sys/GameSettings/MCV.ini @@ -1,23 +1,10 @@ # MCVE8P - Pitfall -[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 = Use Opengl, D3D has issues. 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_Settings] -SafeTextureCacheColorSamples = 0 UseXFB = True UseRealXFB = True diff --git a/Data/Sys/GameSettings/MCW.ini b/Data/Sys/GameSettings/MCW.ini index 314141b5174..233e3dd8fde 100644 --- a/Data/Sys/GameSettings/MCW.ini +++ b/Data/Sys/GameSettings/MCW.ini @@ -1,23 +1,10 @@ # MCWE8P - Galaxy Force 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 = Use Opengl, D3D has issues. 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_Settings] -SafeTextureCacheColorSamples = 0 UseXFB = True UseRealXFB = True diff --git a/Data/Sys/GameSettings/MCY.ini b/Data/Sys/GameSettings/MCY.ini index 464bd9a6551..cec1d19cbcc 100644 --- a/Data/Sys/GameSettings/MCY.ini +++ b/Data/Sys/GameSettings/MCY.ini @@ -1,23 +1,10 @@ # MCYE8P - Revenge of Shinobi -[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 = Use Opengl, D3D has issues. 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_Settings] -SafeTextureCacheColorSamples = 0 UseXFB = True UseRealXFB = True diff --git a/Data/Sys/GameSettings/MCZ.ini b/Data/Sys/GameSettings/MCZ.ini index b09ad25335f..42496fb8725 100644 --- a/Data/Sys/GameSettings/MCZ.ini +++ b/Data/Sys/GameSettings/MCZ.ini @@ -1,22 +1,10 @@ # MCZE8P - Shanghai 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 = Use Opengl, D3D has issues. 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_Settings] SafeTextureCacheColorSamples = 0 UseXFB = True From c47e7732976df87b9deca81168f78dd38ea40bd7 Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Thu, 4 Feb 2016 22:20:02 +1300 Subject: [PATCH 08/11] GameInis: Deduplicate TurobGrafx 16 Virtual Console games --- Data/Sys/GameSettings/{PA8.ini => P.ini} | 11 +---------- Data/Sys/GameSettings/PA6.ini | 23 ----------------------- Data/Sys/GameSettings/PA7.ini | 23 ----------------------- Data/Sys/GameSettings/PA9.ini | 23 ----------------------- Data/Sys/GameSettings/PAA.ini | 23 ----------------------- Data/Sys/GameSettings/PAB.ini | 23 ----------------------- Data/Sys/GameSettings/PAC.ini | 23 ----------------------- Data/Sys/GameSettings/PAD.ini | 23 ----------------------- Data/Sys/GameSettings/PAE.ini | 23 ----------------------- Data/Sys/GameSettings/PAF.ini | 23 ----------------------- Data/Sys/GameSettings/PAG.ini | 23 ----------------------- Data/Sys/GameSettings/PAH.ini | 23 ----------------------- Data/Sys/GameSettings/PAI.ini | 23 ----------------------- Data/Sys/GameSettings/PAK.ini | 23 ----------------------- Data/Sys/GameSettings/PAL.ini | 23 ----------------------- Data/Sys/GameSettings/PAM.ini | 23 ----------------------- Data/Sys/GameSettings/PAN.ini | 23 ----------------------- Data/Sys/GameSettings/PAO.ini | 23 ----------------------- Data/Sys/GameSettings/PAR.ini | 23 ----------------------- Data/Sys/GameSettings/PAV.ini | 23 ----------------------- Data/Sys/GameSettings/PAW.ini | 23 ----------------------- Data/Sys/GameSettings/PB2.ini | 23 ----------------------- Data/Sys/GameSettings/PB3.ini | 23 ----------------------- Data/Sys/GameSettings/PB6.ini | 23 ----------------------- Data/Sys/GameSettings/PB8.ini | 23 ----------------------- Data/Sys/GameSettings/PB9.ini | 23 ----------------------- Data/Sys/GameSettings/PBA.ini | 23 ----------------------- Data/Sys/GameSettings/PBD.ini | 23 ----------------------- Data/Sys/GameSettings/PBE.ini | 23 ----------------------- Data/Sys/GameSettings/PBH.ini | 23 ----------------------- Data/Sys/GameSettings/PBI.ini | 23 ----------------------- Data/Sys/GameSettings/PBJ.ini | 23 ----------------------- Data/Sys/GameSettings/PBM.ini | 23 ----------------------- Data/Sys/GameSettings/PBN.ini | 23 ----------------------- Data/Sys/GameSettings/PBS.ini | 23 ----------------------- Data/Sys/GameSettings/PBT.ini | 23 ----------------------- Data/Sys/GameSettings/PBU.ini | 23 ----------------------- Data/Sys/GameSettings/PBW.ini | 23 ----------------------- Data/Sys/GameSettings/PBX.ini | 23 ----------------------- Data/Sys/GameSettings/PBZ.ini | 23 ----------------------- Data/Sys/GameSettings/PC2.ini | 23 ----------------------- Data/Sys/GameSettings/PC6.ini | 3 +++ Data/Sys/GameSettings/PCA.ini | 23 ----------------------- Data/Sys/GameSettings/PCB.ini | 23 ----------------------- Data/Sys/GameSettings/PCE.ini | 23 ----------------------- Data/Sys/GameSettings/PCH.ini | 23 ----------------------- Data/Sys/GameSettings/PCO.ini | 23 ----------------------- Data/Sys/GameSettings/PCR.ini | 23 ----------------------- Data/Sys/GameSettings/PCS.ini | 23 ----------------------- Data/Sys/GameSettings/PCV.ini | 23 ----------------------- Data/Sys/GameSettings/PDJ.ini | 23 ----------------------- Data/Sys/GameSettings/PRJ.ini | 3 +++ Data/Sys/GameSettings/PZLE01.ini | 1 + 53 files changed, 8 insertions(+), 1137 deletions(-) rename Data/Sys/GameSettings/{PA8.ini => P.ini} (55%) delete mode 100644 Data/Sys/GameSettings/PA6.ini delete mode 100644 Data/Sys/GameSettings/PA7.ini delete mode 100644 Data/Sys/GameSettings/PA9.ini delete mode 100644 Data/Sys/GameSettings/PAA.ini delete mode 100644 Data/Sys/GameSettings/PAB.ini delete mode 100644 Data/Sys/GameSettings/PAC.ini delete mode 100644 Data/Sys/GameSettings/PAD.ini delete mode 100644 Data/Sys/GameSettings/PAE.ini delete mode 100644 Data/Sys/GameSettings/PAF.ini delete mode 100644 Data/Sys/GameSettings/PAG.ini delete mode 100644 Data/Sys/GameSettings/PAH.ini delete mode 100644 Data/Sys/GameSettings/PAI.ini delete mode 100644 Data/Sys/GameSettings/PAK.ini delete mode 100644 Data/Sys/GameSettings/PAL.ini delete mode 100644 Data/Sys/GameSettings/PAM.ini delete mode 100644 Data/Sys/GameSettings/PAN.ini delete mode 100644 Data/Sys/GameSettings/PAO.ini delete mode 100644 Data/Sys/GameSettings/PAR.ini delete mode 100644 Data/Sys/GameSettings/PAV.ini delete mode 100644 Data/Sys/GameSettings/PAW.ini delete mode 100644 Data/Sys/GameSettings/PB2.ini delete mode 100644 Data/Sys/GameSettings/PB3.ini delete mode 100644 Data/Sys/GameSettings/PB6.ini delete mode 100644 Data/Sys/GameSettings/PB8.ini delete mode 100644 Data/Sys/GameSettings/PB9.ini delete mode 100644 Data/Sys/GameSettings/PBA.ini delete mode 100644 Data/Sys/GameSettings/PBD.ini delete mode 100644 Data/Sys/GameSettings/PBE.ini delete mode 100644 Data/Sys/GameSettings/PBH.ini delete mode 100644 Data/Sys/GameSettings/PBI.ini delete mode 100644 Data/Sys/GameSettings/PBJ.ini delete mode 100644 Data/Sys/GameSettings/PBM.ini delete mode 100644 Data/Sys/GameSettings/PBN.ini delete mode 100644 Data/Sys/GameSettings/PBS.ini delete mode 100644 Data/Sys/GameSettings/PBT.ini delete mode 100644 Data/Sys/GameSettings/PBU.ini delete mode 100644 Data/Sys/GameSettings/PBW.ini delete mode 100644 Data/Sys/GameSettings/PBX.ini delete mode 100644 Data/Sys/GameSettings/PBZ.ini delete mode 100644 Data/Sys/GameSettings/PC2.ini delete mode 100644 Data/Sys/GameSettings/PCA.ini delete mode 100644 Data/Sys/GameSettings/PCB.ini delete mode 100644 Data/Sys/GameSettings/PCE.ini delete mode 100644 Data/Sys/GameSettings/PCH.ini delete mode 100644 Data/Sys/GameSettings/PCO.ini delete mode 100644 Data/Sys/GameSettings/PCR.ini delete mode 100644 Data/Sys/GameSettings/PCS.ini delete mode 100644 Data/Sys/GameSettings/PCV.ini delete mode 100644 Data/Sys/GameSettings/PDJ.ini diff --git a/Data/Sys/GameSettings/PA8.ini b/Data/Sys/GameSettings/P.ini similarity index 55% rename from Data/Sys/GameSettings/PA8.ini rename to Data/Sys/GameSettings/P.ini index 1998f38667e..399f98116ed 100644 --- a/Data/Sys/GameSettings/PA8.ini +++ b/Data/Sys/GameSettings/P.ini @@ -1,4 +1,4 @@ -# PA8E18 - ORDYNE +# Pxxxxx - All TurboGrafx 16 Virtual Console games [Core] # Values set here will override the main Dolphin settings. @@ -8,15 +8,6 @@ EmulationStateId = 4 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] diff --git a/Data/Sys/GameSettings/PA6.ini b/Data/Sys/GameSettings/PA6.ini deleted file mode 100644 index aef542e6dcb..00000000000 --- a/Data/Sys/GameSettings/PA6.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PA6E18, PA6P18 - Bloody Wolf - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PA7.ini b/Data/Sys/GameSettings/PA7.ini deleted file mode 100644 index 6ba8edacf67..00000000000 --- a/Data/Sys/GameSettings/PA7.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PA7E18, PA7P18 - Alien Crush - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PA9.ini b/Data/Sys/GameSettings/PA9.ini deleted file mode 100644 index ac0e1025a54..00000000000 --- a/Data/Sys/GameSettings/PA9.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PA9E18, PA9P18 - SPLATTERHOUSE - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PAA.ini b/Data/Sys/GameSettings/PAA.ini deleted file mode 100644 index b930faa15cc..00000000000 --- a/Data/Sys/GameSettings/PAA.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PAAE18, PAAP18 - Bomberman'93 - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PAB.ini b/Data/Sys/GameSettings/PAB.ini deleted file mode 100644 index 57873acf70c..00000000000 --- a/Data/Sys/GameSettings/PAB.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PABE18, PABP18 - Bonk's Adventure - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PAC.ini b/Data/Sys/GameSettings/PAC.ini deleted file mode 100644 index 6462b869086..00000000000 --- a/Data/Sys/GameSettings/PAC.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PACE18, PACP18 - Dungeon Explorer - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PAD.ini b/Data/Sys/GameSettings/PAD.ini deleted file mode 100644 index 9ad76f0fb94..00000000000 --- a/Data/Sys/GameSettings/PAD.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PADE18, PADP18 - R-TYPE - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PAE.ini b/Data/Sys/GameSettings/PAE.ini deleted file mode 100644 index b0a950a85e4..00000000000 --- a/Data/Sys/GameSettings/PAE.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PAEE18, PAEP18 - Super Star Soldier - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PAF.ini b/Data/Sys/GameSettings/PAF.ini deleted file mode 100644 index 89cf8665db0..00000000000 --- a/Data/Sys/GameSettings/PAF.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PAFE18, PAFP18 - Victory Run - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PAG.ini b/Data/Sys/GameSettings/PAG.ini deleted file mode 100644 index 2d76b32f232..00000000000 --- a/Data/Sys/GameSettings/PAG.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PAGL18, PAGN18 - Bomberman'94 - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PAH.ini b/Data/Sys/GameSettings/PAH.ini deleted file mode 100644 index bdd4b193b81..00000000000 --- a/Data/Sys/GameSettings/PAH.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PAHE18, PAHP18 - BATTLE 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. -EmulationStateId = 4 -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] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PAI.ini b/Data/Sys/GameSettings/PAI.ini deleted file mode 100644 index 49b6c04558e..00000000000 --- a/Data/Sys/GameSettings/PAI.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PAIE18, PAIP18 - New 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. -EmulationStateId = 4 -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] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PAK.ini b/Data/Sys/GameSettings/PAK.ini deleted file mode 100644 index dc12228be81..00000000000 --- a/Data/Sys/GameSettings/PAK.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PAKE18, PAKP18 - Dragon's Curse - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PAL.ini b/Data/Sys/GameSettings/PAL.ini deleted file mode 100644 index 3ed011df458..00000000000 --- a/Data/Sys/GameSettings/PAL.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PALE18, PALP18 - Soldier Blade - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PAM.ini b/Data/Sys/GameSettings/PAM.ini deleted file mode 100644 index f2f2a00dd53..00000000000 --- a/Data/Sys/GameSettings/PAM.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PAME18, PAMP18 - Neutopia - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PAN.ini b/Data/Sys/GameSettings/PAN.ini deleted file mode 100644 index 1e4d5fed41e..00000000000 --- a/Data/Sys/GameSettings/PAN.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PANE18, PANP18 - Military Madness - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PAO.ini b/Data/Sys/GameSettings/PAO.ini deleted file mode 100644 index 0f5a8734695..00000000000 --- a/Data/Sys/GameSettings/PAO.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PAOL18, PAON18 - Final Soldier - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PAR.ini b/Data/Sys/GameSettings/PAR.ini deleted file mode 100644 index 060c1b93ae2..00000000000 --- a/Data/Sys/GameSettings/PAR.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PARL18, PARN18 - DETANA TWIN BEE - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PAV.ini b/Data/Sys/GameSettings/PAV.ini deleted file mode 100644 index 1a2cca01051..00000000000 --- a/Data/Sys/GameSettings/PAV.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PAVE18, PAVP18 - VIGILANTE - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PAW.ini b/Data/Sys/GameSettings/PAW.ini deleted file mode 100644 index f3bb4e7e813..00000000000 --- a/Data/Sys/GameSettings/PAW.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PAWE18, PAWP18 - GALAGA '90 - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PB2.ini b/Data/Sys/GameSettings/PB2.ini deleted file mode 100644 index f0806c7c520..00000000000 --- a/Data/Sys/GameSettings/PB2.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PB2E18, PB2P18 - Neutopia 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. -EmulationStateId = 4 -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] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PB3.ini b/Data/Sys/GameSettings/PB3.ini deleted file mode 100644 index b481111e91d..00000000000 --- a/Data/Sys/GameSettings/PB3.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PB3E18, PB3P18 - Devil's Crush - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PB6.ini b/Data/Sys/GameSettings/PB6.ini deleted file mode 100644 index 1f8355cda47..00000000000 --- a/Data/Sys/GameSettings/PB6.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PB6E18, PB6P18 - Cratermaze - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PB8.ini b/Data/Sys/GameSettings/PB8.ini deleted file mode 100644 index d8dfe5e0ea8..00000000000 --- a/Data/Sys/GameSettings/PB8.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PB8E18, PB8P18 - Blazing Lazers - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PB9.ini b/Data/Sys/GameSettings/PB9.ini deleted file mode 100644 index 868d5370f37..00000000000 --- a/Data/Sys/GameSettings/PB9.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PB9E18, PB9P18 - W.S.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. -EmulationStateId = 4 -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] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PBA.ini b/Data/Sys/GameSettings/PBA.ini deleted file mode 100644 index c087b2bcea8..00000000000 --- a/Data/Sys/GameSettings/PBA.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PBAE18, PBAP18 - DRAGON SPIRIT - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PBD.ini b/Data/Sys/GameSettings/PBD.ini deleted file mode 100644 index 9003c96c2dc..00000000000 --- a/Data/Sys/GameSettings/PBD.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PBDE18, PBDP18 - Double Dungeons - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PBE.ini b/Data/Sys/GameSettings/PBE.ini deleted file mode 100644 index 0423fcce374..00000000000 --- a/Data/Sys/GameSettings/PBE.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PBEE18, PBEP18 - Motoroader - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PBH.ini b/Data/Sys/GameSettings/PBH.ini deleted file mode 100644 index ef8b28481c6..00000000000 --- a/Data/Sys/GameSettings/PBH.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PBHE18, PBHP18 - Bonk's Revenge - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PBI.ini b/Data/Sys/GameSettings/PBI.ini deleted file mode 100644 index 492f8c29d5f..00000000000 --- a/Data/Sys/GameSettings/PBI.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PBIE18, PBIP18 - Bonk 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 = - -[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] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PBJ.ini b/Data/Sys/GameSettings/PBJ.ini deleted file mode 100644 index 5aab04819c0..00000000000 --- a/Data/Sys/GameSettings/PBJ.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PBJE18, PBJP18 - SAMURAI-GHOST - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PBM.ini b/Data/Sys/GameSettings/PBM.ini deleted file mode 100644 index 5026583483f..00000000000 --- a/Data/Sys/GameSettings/PBM.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PBME18, PBMP18 - LEGEND OF HERO TONMA - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PBN.ini b/Data/Sys/GameSettings/PBN.ini deleted file mode 100644 index a0ff775fac6..00000000000 --- a/Data/Sys/GameSettings/PBN.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PBNE18, PBNP18 - Ninja Spirit - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PBS.ini b/Data/Sys/GameSettings/PBS.ini deleted file mode 100644 index 0f03be07595..00000000000 --- a/Data/Sys/GameSettings/PBS.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PBSE18, PBSP18 - Chew Man Fu - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PBT.ini b/Data/Sys/GameSettings/PBT.ini deleted file mode 100644 index 8ac79c47268..00000000000 --- a/Data/Sys/GameSettings/PBT.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PBTE18, PBTP18 - China Warrior - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PBU.ini b/Data/Sys/GameSettings/PBU.ini deleted file mode 100644 index d7e8957a36b..00000000000 --- a/Data/Sys/GameSettings/PBU.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PBUE18 - BRAVOMAN - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PBW.ini b/Data/Sys/GameSettings/PBW.ini deleted file mode 100644 index 36a3ea0b7c4..00000000000 --- a/Data/Sys/GameSettings/PBW.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PBWE18, PBWP18 - Air "Zonk" - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PBX.ini b/Data/Sys/GameSettings/PBX.ini deleted file mode 100644 index 1607f9066f7..00000000000 --- a/Data/Sys/GameSettings/PBX.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PBXE18, PBXP18 - Shockman - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PBZ.ini b/Data/Sys/GameSettings/PBZ.ini deleted file mode 100644 index 4530a80f094..00000000000 --- a/Data/Sys/GameSettings/PBZ.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PBZE18, PBZP18 - J.J. & JEFF - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PC2.ini b/Data/Sys/GameSettings/PC2.ini deleted file mode 100644 index b3ff9e86dcf..00000000000 --- a/Data/Sys/GameSettings/PC2.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PC2E18, PC2P18 - Chase H.Q. - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PC6.ini b/Data/Sys/GameSettings/PC6.ini index fcd79d94756..ad7206242fe 100644 --- a/Data/Sys/GameSettings/PC6.ini +++ b/Data/Sys/GameSettings/PC6.ini @@ -17,3 +17,6 @@ EmulationIssues = Menu works but videos do not play, and GCN/GBA emulation is to [ActionReplay] # Add action replay cheats here. +[Video_Settings] +# override value that was set in P.ini back to defaults +SafeTextureCacheColorSamples = \ No newline at end of file diff --git a/Data/Sys/GameSettings/PCA.ini b/Data/Sys/GameSettings/PCA.ini deleted file mode 100644 index f666dea28ff..00000000000 --- a/Data/Sys/GameSettings/PCA.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PCAE18, PCAP18 - Silent Debuggers - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PCB.ini b/Data/Sys/GameSettings/PCB.ini deleted file mode 100644 index a91e1f19354..00000000000 --- a/Data/Sys/GameSettings/PCB.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PCBE18, PCBP18 - Dead Moon - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PCE.ini b/Data/Sys/GameSettings/PCE.ini deleted file mode 100644 index 7f8ea8b106d..00000000000 --- a/Data/Sys/GameSettings/PCE.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PCEE18, PCEP18 - Power 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. -EmulationStateId = 4 -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] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PCH.ini b/Data/Sys/GameSettings/PCH.ini deleted file mode 100644 index d5b6fb3373c..00000000000 --- a/Data/Sys/GameSettings/PCH.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PCHE18, PCHP18 - Drop Off - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PCO.ini b/Data/Sys/GameSettings/PCO.ini deleted file mode 100644 index e7ccd48e6ea..00000000000 --- a/Data/Sys/GameSettings/PCO.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PCOE18, PCOP18 - Psychosis - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PCR.ini b/Data/Sys/GameSettings/PCR.ini deleted file mode 100644 index 375c0cb3931..00000000000 --- a/Data/Sys/GameSettings/PCR.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PCRL18, PCRN18 - Break In - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PCS.ini b/Data/Sys/GameSettings/PCS.ini deleted file mode 100644 index af91e311ebc..00000000000 --- a/Data/Sys/GameSettings/PCS.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PCSL18, PCSN18 - Digital Champ - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PCV.ini b/Data/Sys/GameSettings/PCV.ini deleted file mode 100644 index 809a6ef4c44..00000000000 --- a/Data/Sys/GameSettings/PCV.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PCVE18, PCVP18 - World Class 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. -EmulationStateId = 4 -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] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PDJ.ini b/Data/Sys/GameSettings/PDJ.ini deleted file mode 100644 index a9c7a047124..00000000000 --- a/Data/Sys/GameSettings/PDJ.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PDJL18, PDJN18 - Street Fighter II - Champion Edition - -[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. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] - -[Video_Settings] -SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/PRJ.ini b/Data/Sys/GameSettings/PRJ.ini index 69bebb5ccf7..d37f91d86ab 100644 --- a/Data/Sys/GameSettings/PRJ.ini +++ b/Data/Sys/GameSettings/PRJ.ini @@ -17,3 +17,6 @@ EmulationIssues = [ActionReplay] # Add action replay cheats here. +[Video_Settings] +# override value that was set in P.ini back to defaults +SafeTextureCacheColorSamples = \ No newline at end of file diff --git a/Data/Sys/GameSettings/PZLE01.ini b/Data/Sys/GameSettings/PZLE01.ini index f1adfacf9f0..af06cb4b0e7 100644 --- a/Data/Sys/GameSettings/PZLE01.ini +++ b/Data/Sys/GameSettings/PZLE01.ini @@ -641,3 +641,4 @@ $Maximum Magic 003CB8E3 00000020 $All Melodies 003CB98D 0000003F + From dfabe1552a1c79a3e51016c6f06aa105ceaa689d Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Thu, 4 Feb 2016 22:47:30 +1300 Subject: [PATCH 09/11] GameInis: Make all Virtual Console games 4:3 We only need to update 9 files, It's like magic! --- Data/Sys/GameSettings/C.ini | 3 +++ Data/Sys/GameSettings/E.ini | 3 +++ Data/Sys/GameSettings/F.ini | 3 +++ Data/Sys/GameSettings/J.ini | 3 +++ Data/Sys/GameSettings/L.ini | 3 +++ Data/Sys/GameSettings/M.ini | 3 +++ Data/Sys/GameSettings/N.ini | 4 ++++ Data/Sys/GameSettings/P.ini | 4 ++++ Data/Sys/GameSettings/Q.ini | 3 +++ 9 files changed, 29 insertions(+) create mode 100644 Data/Sys/GameSettings/N.ini diff --git a/Data/Sys/GameSettings/C.ini b/Data/Sys/GameSettings/C.ini index c796569046b..f7e0cfc20ba 100644 --- a/Data/Sys/GameSettings/C.ini +++ b/Data/Sys/GameSettings/C.ini @@ -12,3 +12,6 @@ EmulationIssues = [Video_Settings] SafeTextureCacheColorSamples = 0 + +[Wii] +Widescreen = False \ No newline at end of file diff --git a/Data/Sys/GameSettings/E.ini b/Data/Sys/GameSettings/E.ini index 19ea813bf06..9ae450375a5 100644 --- a/Data/Sys/GameSettings/E.ini +++ b/Data/Sys/GameSettings/E.ini @@ -10,3 +10,6 @@ EmulationStateId = 4 [Video_Settings] SafeTextureCacheColorSamples = 0 + +[Wii] +Widescreen = False \ No newline at end of file diff --git a/Data/Sys/GameSettings/F.ini b/Data/Sys/GameSettings/F.ini index 6cabfcd7e88..9665a8da7c3 100644 --- a/Data/Sys/GameSettings/F.ini +++ b/Data/Sys/GameSettings/F.ini @@ -18,3 +18,6 @@ EFBToTextureEnable = False [Video_Enhancements] MaxAnisotropy = 0 ForceFiltering = False + +[Wii] +Widescreen = False \ No newline at end of file diff --git a/Data/Sys/GameSettings/J.ini b/Data/Sys/GameSettings/J.ini index 22504e7b566..6aba7918073 100644 --- a/Data/Sys/GameSettings/J.ini +++ b/Data/Sys/GameSettings/J.ini @@ -10,3 +10,6 @@ EmulationStateId = 4 [Video_Settings] SafeTextureCacheColorSamples = 0 + +[Wii] +Widescreen = False \ No newline at end of file diff --git a/Data/Sys/GameSettings/L.ini b/Data/Sys/GameSettings/L.ini index 187d0aef4c9..d2ab476f2ea 100644 --- a/Data/Sys/GameSettings/L.ini +++ b/Data/Sys/GameSettings/L.ini @@ -12,3 +12,6 @@ EmulationIssues = SafeTextureCacheColorSamples = 0 UseXFB = True UseRealXFB = False + +[Wii] +Widescreen = False diff --git a/Data/Sys/GameSettings/M.ini b/Data/Sys/GameSettings/M.ini index ef413b9e37e..8804de46753 100644 --- a/Data/Sys/GameSettings/M.ini +++ b/Data/Sys/GameSettings/M.ini @@ -10,3 +10,6 @@ EmulationStateId = 4 [Video_Settings] SafeTextureCacheColorSamples = 0 + +[Wii] +Widescreen = False diff --git a/Data/Sys/GameSettings/N.ini b/Data/Sys/GameSettings/N.ini new file mode 100644 index 00000000000..b90a265d943 --- /dev/null +++ b/Data/Sys/GameSettings/N.ini @@ -0,0 +1,4 @@ +# Nxxxxx - All Nintendo 64 Virtual Console games + +[Wii] +Widescreen = False \ No newline at end of file diff --git a/Data/Sys/GameSettings/P.ini b/Data/Sys/GameSettings/P.ini index 399f98116ed..75edcb535e2 100644 --- a/Data/Sys/GameSettings/P.ini +++ b/Data/Sys/GameSettings/P.ini @@ -1,4 +1,5 @@ # Pxxxxx - All TurboGrafx 16 Virtual Console games +# Note: there are a few weird GameCube games (mostly bonus disks) which also use this code. [Core] # Values set here will override the main Dolphin settings. @@ -12,3 +13,6 @@ EmulationIssues = [Video_Settings] SafeTextureCacheColorSamples = 0 + +[Wii] +Widescreen = False diff --git a/Data/Sys/GameSettings/Q.ini b/Data/Sys/GameSettings/Q.ini index c9cdc7d4fb4..57093ae36d4 100644 --- a/Data/Sys/GameSettings/Q.ini +++ b/Data/Sys/GameSettings/Q.ini @@ -9,3 +9,6 @@ EmulationIssues = [Video_Settings] SafeTextureCacheColorSamples = 0 + +[Wii] +Widescreen = False \ No newline at end of file From 764000d42ea5f4bf9f8568918a4401fb3077b612 Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Fri, 5 Feb 2016 18:12:32 +1300 Subject: [PATCH 10/11] GameInis: All Sega Master System games need RealXFB I did some testing and they all do strided XFB copies like Sonic and Knuckles, which is currently only implemented in RealXFB. --- Data/Sys/GameSettings/L.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Sys/GameSettings/L.ini b/Data/Sys/GameSettings/L.ini index d2ab476f2ea..e9253ec598e 100644 --- a/Data/Sys/GameSettings/L.ini +++ b/Data/Sys/GameSettings/L.ini @@ -11,7 +11,7 @@ EmulationIssues = [Video_Settings] SafeTextureCacheColorSamples = 0 UseXFB = True -UseRealXFB = False +UseRealXFB = True [Wii] Widescreen = False From 994c8e5282f4ffcccff87a9033163480ebbb626a Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Fri, 5 Feb 2016 22:22:24 +1300 Subject: [PATCH 11/11] GameInis: NES games that don't require EFB2Ram differ per region. Just because it was the same game, released in diffrent regions at around the same time doesn't mean they use the same version of the Virtual Console emulator. The previous INIs were based of testing of the US release so I've move them to 6 letter INIs only effecting the US release. I've also added a few more and added a few Inis for the few PAL games that I could confirm also didn't require EFB2Ram. --- Data/Sys/GameSettings/F.ini | 7 +++++++ Data/Sys/GameSettings/FAA.ini | 4 ---- Data/Sys/GameSettings/FAAE01.ini | 5 +++++ Data/Sys/GameSettings/FAB.ini | 4 ---- Data/Sys/GameSettings/FABE01.ini | 5 +++++ Data/Sys/GameSettings/FABP01.ini | 5 +++++ Data/Sys/GameSettings/FACE01.ini | 5 +++++ Data/Sys/GameSettings/FACP01.ini | 5 +++++ Data/Sys/GameSettings/FAFE01.ini | 5 +++++ Data/Sys/GameSettings/FAG.ini | 4 ---- Data/Sys/GameSettings/FAGE01.ini | 5 +++++ Data/Sys/GameSettings/FAH.ini | 4 ---- Data/Sys/GameSettings/FAHE01.ini | 5 +++++ Data/Sys/GameSettings/FAIE01.ini | 5 +++++ Data/Sys/GameSettings/FAJE01.ini | 5 +++++ Data/Sys/GameSettings/FAJP01.ini | 5 +++++ Data/Sys/GameSettings/FAK.ini | 5 ----- Data/Sys/GameSettings/FAKE01.ini | 6 ++++++ Data/Sys/GameSettings/FAKP01.ini | 6 ++++++ Data/Sys/GameSettings/FAL.ini | 4 ---- Data/Sys/GameSettings/FALE01.ini | 5 +++++ Data/Sys/GameSettings/FAME01.ini | 5 +++++ Data/Sys/GameSettings/FAN.ini | 4 ---- Data/Sys/GameSettings/FANE01.ini | 5 +++++ Data/Sys/GameSettings/{FAO.ini => FAOE01.ini} | 1 + Data/Sys/GameSettings/FARE01.ini | 5 +++++ Data/Sys/GameSettings/FAS.ini | 4 ---- Data/Sys/GameSettings/FASE01.ini | 5 +++++ 28 files changed, 100 insertions(+), 33 deletions(-) delete mode 100644 Data/Sys/GameSettings/FAA.ini create mode 100644 Data/Sys/GameSettings/FAAE01.ini delete mode 100644 Data/Sys/GameSettings/FAB.ini create mode 100644 Data/Sys/GameSettings/FABE01.ini create mode 100644 Data/Sys/GameSettings/FABP01.ini create mode 100644 Data/Sys/GameSettings/FACE01.ini create mode 100644 Data/Sys/GameSettings/FACP01.ini create mode 100644 Data/Sys/GameSettings/FAFE01.ini delete mode 100644 Data/Sys/GameSettings/FAG.ini create mode 100644 Data/Sys/GameSettings/FAGE01.ini delete mode 100644 Data/Sys/GameSettings/FAH.ini create mode 100644 Data/Sys/GameSettings/FAHE01.ini create mode 100644 Data/Sys/GameSettings/FAIE01.ini create mode 100644 Data/Sys/GameSettings/FAJE01.ini create mode 100644 Data/Sys/GameSettings/FAJP01.ini delete mode 100644 Data/Sys/GameSettings/FAK.ini create mode 100644 Data/Sys/GameSettings/FAKE01.ini create mode 100644 Data/Sys/GameSettings/FAKP01.ini delete mode 100644 Data/Sys/GameSettings/FAL.ini create mode 100644 Data/Sys/GameSettings/FALE01.ini create mode 100644 Data/Sys/GameSettings/FAME01.ini delete mode 100644 Data/Sys/GameSettings/FAN.ini create mode 100644 Data/Sys/GameSettings/FANE01.ini rename Data/Sys/GameSettings/{FAO.ini => FAOE01.ini} (50%) create mode 100644 Data/Sys/GameSettings/FARE01.ini delete mode 100644 Data/Sys/GameSettings/FAS.ini create mode 100644 Data/Sys/GameSettings/FASE01.ini diff --git a/Data/Sys/GameSettings/F.ini b/Data/Sys/GameSettings/F.ini index 9665a8da7c3..4b5ca06217c 100644 --- a/Data/Sys/GameSettings/F.ini +++ b/Data/Sys/GameSettings/F.ini @@ -13,6 +13,13 @@ SafeTextureCacheColorSamples = 0 EFBScale = 2 [Video_Hacks] +# Some very early NES releases use a version of the NES emulator that doesn't require EFB2Ram. +# All US releases before Feburary 2007 use this version (with all remaining US releases requiring EFB2Ram). +# But in the PAL region the same games don't necessarily have the same emulator version and +# only a few of the pre-Feburary 2007 releases don't require EFB2Ram. +# +# Because of this, Inifiles that override this setting should only be created for the explicit region +# that was tested and they should not be merged. EFBToTextureEnable = False [Video_Enhancements] diff --git a/Data/Sys/GameSettings/FAA.ini b/Data/Sys/GameSettings/FAA.ini deleted file mode 100644 index 3b7faf50681..00000000000 --- a/Data/Sys/GameSettings/FAA.ini +++ /dev/null @@ -1,4 +0,0 @@ -# FAAE01, FAAP01 - Donkey Kong - -[Video_Hacks] -EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAAE01.ini b/Data/Sys/GameSettings/FAAE01.ini new file mode 100644 index 00000000000..61b31f8229d --- /dev/null +++ b/Data/Sys/GameSettings/FAAE01.ini @@ -0,0 +1,5 @@ +# FAAE01 - Donkey Kong + +[Video_Hacks] +# All US NES VC titles released before Feburary 2007 don't need EFB2ram +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAB.ini b/Data/Sys/GameSettings/FAB.ini deleted file mode 100644 index 9f32e5ae83a..00000000000 --- a/Data/Sys/GameSettings/FAB.ini +++ /dev/null @@ -1,4 +0,0 @@ -# FABE01, FABP01 - Donkey Kong Jr. - -[Video_Hacks] -EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FABE01.ini b/Data/Sys/GameSettings/FABE01.ini new file mode 100644 index 00000000000..d100ba3b41b --- /dev/null +++ b/Data/Sys/GameSettings/FABE01.ini @@ -0,0 +1,5 @@ +# FABE01 - Donkey Kong Jr. + +[Video_Hacks] +# All US NES VC titles released before Feb 2007 don't require EFB2Ram +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FABP01.ini b/Data/Sys/GameSettings/FABP01.ini new file mode 100644 index 00000000000..ed6657f92a1 --- /dev/null +++ b/Data/Sys/GameSettings/FABP01.ini @@ -0,0 +1,5 @@ +# FABP01 - Donkey Kong Jr. + +[Video_Hacks] +# Some early PAL NES VC tiles don't need EFB2Ram +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FACE01.ini b/Data/Sys/GameSettings/FACE01.ini new file mode 100644 index 00000000000..f8b6dcb64b7 --- /dev/null +++ b/Data/Sys/GameSettings/FACE01.ini @@ -0,0 +1,5 @@ +# FACE01 - Pinball + +[Video_Hacks] +# All US NES VC titles released before Feb 2007 don't require EFB2Ram +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FACP01.ini b/Data/Sys/GameSettings/FACP01.ini new file mode 100644 index 00000000000..c924152989a --- /dev/null +++ b/Data/Sys/GameSettings/FACP01.ini @@ -0,0 +1,5 @@ +# FACP01 - Pinball + +[Video_Hacks] +# Some early PAL NES VC tiles don't need EFB2Ram +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAFE01.ini b/Data/Sys/GameSettings/FAFE01.ini new file mode 100644 index 00000000000..02fffb0a35b --- /dev/null +++ b/Data/Sys/GameSettings/FAFE01.ini @@ -0,0 +1,5 @@ +# FAFE01 - Mario Bros. + +[Video_Hacks] +# All US NES VC titles released before Feb 2007 don't require EFB2Ram +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAG.ini b/Data/Sys/GameSettings/FAG.ini deleted file mode 100644 index b2c03e85a78..00000000000 --- a/Data/Sys/GameSettings/FAG.ini +++ /dev/null @@ -1,4 +0,0 @@ -# FAGE01, FAGP01 - Super Mario Bros. - -[Video_Hacks] -EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAGE01.ini b/Data/Sys/GameSettings/FAGE01.ini new file mode 100644 index 00000000000..d268b1d675b --- /dev/null +++ b/Data/Sys/GameSettings/FAGE01.ini @@ -0,0 +1,5 @@ +# FAGE01 - Super Mario Bros. + +[Video_Hacks] +# All US NES VC titles released before Feburary 2007 don't need EFB2ram +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAH.ini b/Data/Sys/GameSettings/FAH.ini deleted file mode 100644 index 14ff12f73ac..00000000000 --- a/Data/Sys/GameSettings/FAH.ini +++ /dev/null @@ -1,4 +0,0 @@ -# FAHE01, FAHP01 - Tennis - -[Video_Hacks] -EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAHE01.ini b/Data/Sys/GameSettings/FAHE01.ini new file mode 100644 index 00000000000..08e28e6fbc2 --- /dev/null +++ b/Data/Sys/GameSettings/FAHE01.ini @@ -0,0 +1,5 @@ +# FAHE01 - Tennis + +[Video_Hacks] +# All US NES VC titles released before Feb 2007 don't require EFB2Ram +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAIE01.ini b/Data/Sys/GameSettings/FAIE01.ini new file mode 100644 index 00000000000..c0354575f0e --- /dev/null +++ b/Data/Sys/GameSettings/FAIE01.ini @@ -0,0 +1,5 @@ +# FAIE01 - Soccer + +[Video_Hacks] +# All US NES VC titles released before Feb 2007 don't require EFB2Ram +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAJE01.ini b/Data/Sys/GameSettings/FAJE01.ini new file mode 100644 index 00000000000..27b5ac13d5d --- /dev/null +++ b/Data/Sys/GameSettings/FAJE01.ini @@ -0,0 +1,5 @@ +# FAJE01 - Ice Hockey + +[Video_Hacks] +# All US NES VC titles released before Feb 2007 don't require EFB2Ram +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAJP01.ini b/Data/Sys/GameSettings/FAJP01.ini new file mode 100644 index 00000000000..ee263e0d661 --- /dev/null +++ b/Data/Sys/GameSettings/FAJP01.ini @@ -0,0 +1,5 @@ +# FAJP01 - Ice Hockey + +[Video_Hacks] +# Some early PAL NES VC tiles don't need EFB2Ram +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAK.ini b/Data/Sys/GameSettings/FAK.ini deleted file mode 100644 index 0aaf587c735..00000000000 --- a/Data/Sys/GameSettings/FAK.ini +++ /dev/null @@ -1,5 +0,0 @@ -# FAKE01, FAKP01 - The Legend of Zelda - -[Video_Hacks] -EFBToTextureEnable = - diff --git a/Data/Sys/GameSettings/FAKE01.ini b/Data/Sys/GameSettings/FAKE01.ini new file mode 100644 index 00000000000..4a7aacf6f73 --- /dev/null +++ b/Data/Sys/GameSettings/FAKE01.ini @@ -0,0 +1,6 @@ +# FAKE01 - The Legend of Zelda + +[Video_Hacks] +# All US NES VC titles released before Feb 2007 don't require EFB2Ram +EFBToTextureEnable = + diff --git a/Data/Sys/GameSettings/FAKP01.ini b/Data/Sys/GameSettings/FAKP01.ini new file mode 100644 index 00000000000..5446913d74e --- /dev/null +++ b/Data/Sys/GameSettings/FAKP01.ini @@ -0,0 +1,6 @@ +# FAKP01 - The Legend of Zelda + +[Video_Hacks] +# Some early PAL NES VC tiles don't need EFB2Ram +EFBToTextureEnable = + diff --git a/Data/Sys/GameSettings/FAL.ini b/Data/Sys/GameSettings/FAL.ini deleted file mode 100644 index cb71099455c..00000000000 --- a/Data/Sys/GameSettings/FAL.ini +++ /dev/null @@ -1,4 +0,0 @@ -# FALE01, FALP01 - Baseball - -[Video_Hacks] -EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FALE01.ini b/Data/Sys/GameSettings/FALE01.ini new file mode 100644 index 00000000000..1c14d999ea5 --- /dev/null +++ b/Data/Sys/GameSettings/FALE01.ini @@ -0,0 +1,5 @@ +# FALE01 - Baseball + +[Video_Hacks] +# All US NES VC titles released before Feb 2007 don't require EFB2Ram +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAME01.ini b/Data/Sys/GameSettings/FAME01.ini new file mode 100644 index 00000000000..4aa6f75f9ac --- /dev/null +++ b/Data/Sys/GameSettings/FAME01.ini @@ -0,0 +1,5 @@ +# FAME01 - Wario's Woods + +[Video_Hacks] +# All US NES VC titles released before Feb 2007 don't require EFB2Ram +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAN.ini b/Data/Sys/GameSettings/FAN.ini deleted file mode 100644 index d8324ddf5b5..00000000000 --- a/Data/Sys/GameSettings/FAN.ini +++ /dev/null @@ -1,4 +0,0 @@ -# FANE01, FANP01 - Urban Champion - -[Video_Hacks] -EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FANE01.ini b/Data/Sys/GameSettings/FANE01.ini new file mode 100644 index 00000000000..207cf125bd7 --- /dev/null +++ b/Data/Sys/GameSettings/FANE01.ini @@ -0,0 +1,5 @@ +# FANE01 - Urban Champion + +[Video_Hacks] +# All US NES VC titles released before Feb 2007 don't require EFB2Ram +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAO.ini b/Data/Sys/GameSettings/FAOE01.ini similarity index 50% rename from Data/Sys/GameSettings/FAO.ini rename to Data/Sys/GameSettings/FAOE01.ini index 8b28dad422f..d9cbd4d2f2e 100644 --- a/Data/Sys/GameSettings/FAO.ini +++ b/Data/Sys/GameSettings/FAOE01.ini @@ -1,4 +1,5 @@ # FAOE01, FAOP01 - Solomon's Key [Video_Hacks] +# All US NES VC titles released before Feb 2007 don't require EFB2Ram EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FARE01.ini b/Data/Sys/GameSettings/FARE01.ini new file mode 100644 index 00000000000..45ea5882080 --- /dev/null +++ b/Data/Sys/GameSettings/FARE01.ini @@ -0,0 +1,5 @@ +# FARE01 - Gradius + +[Video_Hacks] +# All US NES VC titles released before Feb 2007 don't require EFB2Ram +EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FAS.ini b/Data/Sys/GameSettings/FAS.ini deleted file mode 100644 index 16eadf4f3fb..00000000000 --- a/Data/Sys/GameSettings/FAS.ini +++ /dev/null @@ -1,4 +0,0 @@ -# FASE01, FASP01 - Xevious - -[Video_Hacks] -EFBToTextureEnable = diff --git a/Data/Sys/GameSettings/FASE01.ini b/Data/Sys/GameSettings/FASE01.ini new file mode 100644 index 00000000000..7ed7119fef0 --- /dev/null +++ b/Data/Sys/GameSettings/FASE01.ini @@ -0,0 +1,5 @@ +# FASE01 - Xevious + +[Video_Hacks] +# All US NES VC titles released before Feb 2007 don't require EFB2Ram +EFBToTextureEnable =