Merge pull request #10026 from PatrickFerry/ini-fixes-3
Various GameINI Updates
This commit is contained in:
commit
c2c30b4d50
|
@ -1,7 +1,7 @@
|
|||
# GR6P78, GR6E78, GR6D78, GR6F78 - Bratz: Rock Angelz
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
CPUThread = False
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
|
@ -17,3 +17,4 @@ SafeTextureCacheColorSamples = 0
|
|||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
DeferEFBCopies = False
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
# GVDP78, GVDE78 - Bratz: Forever Diamondz
|
||||
|
||||
[Core]
|
||||
CPUThread = False
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
|
||||
[OnFrame]
|
||||
# Add memory patches to be applied every frame here.
|
||||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
DeferEFBCopies = False
|
|
@ -0,0 +1,4 @@
|
|||
# R5FP41, R5FE41 - Academy Of Champions: Soccer
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
|
@ -0,0 +1,4 @@
|
|||
# R8RP41 - Arthur and the Revenge of Maltazard
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
|
@ -0,0 +1,4 @@
|
|||
# RB5E41, RB5P41 - Brothers In Arms: Earned In Blood
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
|
@ -1,4 +1,21 @@
|
|||
# RB9D78, RB9E78, RB9P78, RB9X78, RB9Y78 - Bratz: The Movie
|
||||
|
||||
[Core]
|
||||
CPUThread = False
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
|
||||
[OnFrame]
|
||||
# Add memory patches to be applied every frame here.
|
||||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
||||
SuggestedAspectRatio = 2
|
||||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
DeferEFBCopies = False
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# RCKPGN - Alan Hansen's Sports Challenge
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 512
|
||||
SuggestedAspectRatio = 2
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
# RI8P41, RI8E41 - Brothers In Arms: Road To Hill 30
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
|
@ -1,7 +1,8 @@
|
|||
# RNOJ01, RNOP01 - Another Code R Kioku no Tobira
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
# Prevents save game corruption.
|
||||
SyncGPU = True
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
|
@ -17,3 +18,5 @@
|
|||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
ImmediateXFBEnable = False
|
||||
# Multiple choice options displays some graphic corruption
|
||||
# DeferEFBCopies = False
|
||||
|
|
|
@ -1,4 +1,20 @@
|
|||
# RRLE78, RRLP78, RRLX78, RRLY78, RRLZ78 - Bratz: Girlz Really Rock
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
|
||||
[OnFrame]
|
||||
# Add memory patches to be applied every frame here.
|
||||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
||||
SuggestedAspectRatio = 2
|
||||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
# RRTE52, RRTP52 - Block Party
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
|
@ -1,4 +1,5 @@
|
|||
# RSJE41, RSJP41 - Broken Sword: Shadow of the Templars (Director's Cut)
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
||||
SuggestedAspectRatio = 2
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
# RVAE78, RVAP78 - Avatar: The Last Airbender - The Burning Earth
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 512
|
|
@ -0,0 +1,7 @@
|
|||
# ST6E78, ST6P78 - The Biggest Loser: Challenge
|
||||
|
||||
[Core]
|
||||
CPUThread = False
|
||||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
Loading…
Reference in New Issue