Skip to content
Permalink
Browse files
Merge pull request #5866 from leoetlino/vc-gameinis
GameINI: Add INIs for Brawl VC games
  • Loading branch information
leoetlino committed Aug 23, 2017
2 parents 187e65f + 7ecd222 commit 4170231
Show file tree
Hide file tree
Showing 10 changed files with 115 additions and 0 deletions.
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -0,0 +1,7 @@
# HBFxxx - Super Mario World (Brawl VC)

[Core]
# Values set here will override the main Dolphin settings.

[Video_Settings]
SafeTextureCacheColorSamples = 0
@@ -0,0 +1,7 @@
# HBGxxx - F-Zero (Brawl VC)

[Core]
# Values set here will override the main Dolphin settings.

[Video_Settings]
SafeTextureCacheColorSamples = 0
@@ -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
@@ -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

0 comments on commit 4170231

Please sign in to comment.