mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
GameINI: Add INIs for Brawl VC games
Brawl ships with VC games that have their own ID and are different from the VC releases.
This commit is contained in:
parent
187e65f495
commit
7ecd22200f
14
Data/Sys/GameSettings/HA8.ini
Normal file
14
Data/Sys/GameSettings/HA8.ini
Normal file
@ -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
|
14
Data/Sys/GameSettings/HA9.ini
Normal file
14
Data/Sys/GameSettings/HA9.ini
Normal file
@ -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
|
14
Data/Sys/GameSettings/HBA.ini
Normal file
14
Data/Sys/GameSettings/HBA.ini
Normal file
@ -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
|
14
Data/Sys/GameSettings/HBB.ini
Normal file
14
Data/Sys/GameSettings/HBB.ini
Normal file
@ -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
|
14
Data/Sys/GameSettings/HBC.ini
Normal file
14
Data/Sys/GameSettings/HBC.ini
Normal file
@ -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
|
14
Data/Sys/GameSettings/HBD.ini
Normal file
14
Data/Sys/GameSettings/HBD.ini
Normal file
@ -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
|
7
Data/Sys/GameSettings/HBF.ini
Normal file
7
Data/Sys/GameSettings/HBF.ini
Normal file
@ -0,0 +1,7 @@
|
||||
# HBFxxx - Super Mario World (Brawl VC)
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
7
Data/Sys/GameSettings/HBG.ini
Normal file
7
Data/Sys/GameSettings/HBG.ini
Normal file
@ -0,0 +1,7 @@
|
||||
# HBGxxx - F-Zero (Brawl VC)
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
9
Data/Sys/GameSettings/HBI.ini
Normal file
9
Data/Sys/GameSettings/HBI.ini
Normal file
@ -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
|
8
Data/Sys/GameSettings/HBK.ini
Normal file
8
Data/Sys/GameSettings/HBK.ini
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user