From 7ecd22200f04ff69e240cc8becb45b1057b01f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Wed, 2 Aug 2017 13:33:18 +0800 Subject: [PATCH] GameINI: Add INIs for Brawl VC games Brawl ships with VC games that have their own ID and are different from the VC releases. --- Data/Sys/GameSettings/HA8.ini | 14 ++++++++++++++ Data/Sys/GameSettings/HA9.ini | 14 ++++++++++++++ Data/Sys/GameSettings/HBA.ini | 14 ++++++++++++++ Data/Sys/GameSettings/HBB.ini | 14 ++++++++++++++ Data/Sys/GameSettings/HBC.ini | 14 ++++++++++++++ Data/Sys/GameSettings/HBD.ini | 14 ++++++++++++++ Data/Sys/GameSettings/HBF.ini | 7 +++++++ Data/Sys/GameSettings/HBG.ini | 7 +++++++ Data/Sys/GameSettings/HBI.ini | 9 +++++++++ Data/Sys/GameSettings/HBK.ini | 8 ++++++++ 10 files changed, 115 insertions(+) create mode 100644 Data/Sys/GameSettings/HA8.ini create mode 100644 Data/Sys/GameSettings/HA9.ini create mode 100644 Data/Sys/GameSettings/HBA.ini create mode 100644 Data/Sys/GameSettings/HBB.ini create mode 100644 Data/Sys/GameSettings/HBC.ini create mode 100644 Data/Sys/GameSettings/HBD.ini create mode 100644 Data/Sys/GameSettings/HBF.ini create mode 100644 Data/Sys/GameSettings/HBG.ini create mode 100644 Data/Sys/GameSettings/HBI.ini create mode 100644 Data/Sys/GameSettings/HBK.ini diff --git a/Data/Sys/GameSettings/HA8.ini b/Data/Sys/GameSettings/HA8.ini new file mode 100644 index 0000000000..ff436b7341 --- /dev/null +++ b/Data/Sys/GameSettings/HA8.ini @@ -0,0 +1,14 @@ +# HA8xxx - Super Mario Bros. 2 (Brawl VC) + +[Core] +# Values set here will override the main Dolphin settings. + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + +[Video_Hacks] +EFBToTextureEnable = False + +[Video_Enhancements] +MaxAnisotropy = 0 +ForceFiltering = False diff --git a/Data/Sys/GameSettings/HA9.ini b/Data/Sys/GameSettings/HA9.ini new file mode 100644 index 0000000000..9c00d7516d --- /dev/null +++ b/Data/Sys/GameSettings/HA9.ini @@ -0,0 +1,14 @@ +# HA8xxx - Super Mario Bros. (Brawl VC) + +[Core] +# Values set here will override the main Dolphin settings. + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + +[Video_Hacks] +EFBToTextureEnable = False + +[Video_Enhancements] +MaxAnisotropy = 0 +ForceFiltering = False diff --git a/Data/Sys/GameSettings/HBA.ini b/Data/Sys/GameSettings/HBA.ini new file mode 100644 index 0000000000..fd693d2498 --- /dev/null +++ b/Data/Sys/GameSettings/HBA.ini @@ -0,0 +1,14 @@ +# HBAxxx - The Legend of Zelda (Brawl VC) + +[Core] +# Values set here will override the main Dolphin settings. + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + +[Video_Hacks] +EFBToTextureEnable = False + +[Video_Enhancements] +MaxAnisotropy = 0 +ForceFiltering = False diff --git a/Data/Sys/GameSettings/HBB.ini b/Data/Sys/GameSettings/HBB.ini new file mode 100644 index 0000000000..f9c7376837 --- /dev/null +++ b/Data/Sys/GameSettings/HBB.ini @@ -0,0 +1,14 @@ +# HBBxxx - Kirby's Adventure (Brawl VC) + +[Core] +# Values set here will override the main Dolphin settings. + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + +[Video_Hacks] +EFBToTextureEnable = False + +[Video_Enhancements] +MaxAnisotropy = 0 +ForceFiltering = False diff --git a/Data/Sys/GameSettings/HBC.ini b/Data/Sys/GameSettings/HBC.ini new file mode 100644 index 0000000000..64bddf8c9a --- /dev/null +++ b/Data/Sys/GameSettings/HBC.ini @@ -0,0 +1,14 @@ +# HBCxxx - Kid Icarus (Brawl VC) + +[Core] +# Values set here will override the main Dolphin settings. + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + +[Video_Hacks] +EFBToTextureEnable = False + +[Video_Enhancements] +MaxAnisotropy = 0 +ForceFiltering = False diff --git a/Data/Sys/GameSettings/HBD.ini b/Data/Sys/GameSettings/HBD.ini new file mode 100644 index 0000000000..517ddb0d8b --- /dev/null +++ b/Data/Sys/GameSettings/HBD.ini @@ -0,0 +1,14 @@ +# HBDxxx - Ice Climber (Brawl VC) + +[Core] +# Values set here will override the main Dolphin settings. + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + +[Video_Hacks] +EFBToTextureEnable = False + +[Video_Enhancements] +MaxAnisotropy = 0 +ForceFiltering = False diff --git a/Data/Sys/GameSettings/HBF.ini b/Data/Sys/GameSettings/HBF.ini new file mode 100644 index 0000000000..00848a513e --- /dev/null +++ b/Data/Sys/GameSettings/HBF.ini @@ -0,0 +1,7 @@ +# HBFxxx - Super Mario World (Brawl VC) + +[Core] +# Values set here will override the main Dolphin settings. + +[Video_Settings] +SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/HBG.ini b/Data/Sys/GameSettings/HBG.ini new file mode 100644 index 0000000000..eb1e25097c --- /dev/null +++ b/Data/Sys/GameSettings/HBG.ini @@ -0,0 +1,7 @@ +# HBGxxx - F-Zero (Brawl VC) + +[Core] +# Values set here will override the main Dolphin settings. + +[Video_Settings] +SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/HBI.ini b/Data/Sys/GameSettings/HBI.ini new file mode 100644 index 0000000000..28db60cffe --- /dev/null +++ b/Data/Sys/GameSettings/HBI.ini @@ -0,0 +1,9 @@ +# HBIxxx - Super Metroid (Brawl VC) + +[Core] +# Values set here will override the main Dolphin settings. + +[Video_Settings] +SafeTextureCacheColorSamples = 0 +UseXFB = True +UseRealXFB = False diff --git a/Data/Sys/GameSettings/HBK.ini b/Data/Sys/GameSettings/HBK.ini new file mode 100644 index 0000000000..cfe43aa443 --- /dev/null +++ b/Data/Sys/GameSettings/HBK.ini @@ -0,0 +1,8 @@ +# HBKxxx - The Legend of Zelda: Ocarina of Time (Brawl VC) + +[Core] +# Values set here will override the main Dolphin settings. + +[Video_Hacks] +# Fixes Link preview not appearing in Equipment Menu screen +EFBToTextureEnable = False