mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 23:11:14 +01:00
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
|
# GR6P78, GR6E78, GR6D78, GR6F78 - Bratz: Rock Angelz
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
CPUThread = False
|
||||||
|
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
# Add memory patches to be loaded once on boot here.
|
# Add memory patches to be loaded once on boot here.
|
||||||
@ -17,3 +17,4 @@ SafeTextureCacheColorSamples = 0
|
|||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
|
DeferEFBCopies = False
|
||||||
|
20
Data/Sys/GameSettings/GVD.ini
Normal file
20
Data/Sys/GameSettings/GVD.ini
Normal file
@ -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
|
4
Data/Sys/GameSettings/R5F.ini
Normal file
4
Data/Sys/GameSettings/R5F.ini
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# R5FP41, R5FE41 - Academy Of Champions: Soccer
|
||||||
|
|
||||||
|
[Video_Settings]
|
||||||
|
SafeTextureCacheColorSamples = 0
|
4
Data/Sys/GameSettings/R8R.ini
Normal file
4
Data/Sys/GameSettings/R8R.ini
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# R8RP41 - Arthur and the Revenge of Maltazard
|
||||||
|
|
||||||
|
[Video_Settings]
|
||||||
|
SafeTextureCacheColorSamples = 0
|
4
Data/Sys/GameSettings/RB5.ini
Normal file
4
Data/Sys/GameSettings/RB5.ini
Normal file
@ -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
|
# 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]
|
[Video_Settings]
|
||||||
|
SafeTextureCacheColorSamples = 0
|
||||||
SuggestedAspectRatio = 2
|
SuggestedAspectRatio = 2
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
EFBToTextureEnable = False
|
||||||
|
DeferEFBCopies = False
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# RCKPGN - Alan Hansen's Sports Challenge
|
# RCKPGN - Alan Hansen's Sports Challenge
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
|
SafeTextureCacheColorSamples = 512
|
||||||
SuggestedAspectRatio = 2
|
SuggestedAspectRatio = 2
|
||||||
|
4
Data/Sys/GameSettings/RI8.ini
Normal file
4
Data/Sys/GameSettings/RI8.ini
Normal file
@ -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
|
# RNOJ01, RNOP01 - Another Code R Kioku no Tobira
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Prevents save game corruption.
|
||||||
|
SyncGPU = True
|
||||||
|
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
# Add memory patches to be loaded once on boot here.
|
# Add memory patches to be loaded once on boot here.
|
||||||
@ -17,3 +18,5 @@
|
|||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
ImmediateXFBEnable = 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
|
# 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]
|
[Video_Settings]
|
||||||
|
SafeTextureCacheColorSamples = 0
|
||||||
SuggestedAspectRatio = 2
|
SuggestedAspectRatio = 2
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
EFBToTextureEnable = False
|
||||||
|
4
Data/Sys/GameSettings/RRT.ini
Normal file
4
Data/Sys/GameSettings/RRT.ini
Normal file
@ -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)
|
# RSJE41, RSJP41 - Broken Sword: Shadow of the Templars (Director's Cut)
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
|
SafeTextureCacheColorSamples = 0
|
||||||
SuggestedAspectRatio = 2
|
SuggestedAspectRatio = 2
|
||||||
|
4
Data/Sys/GameSettings/RVA.ini
Normal file
4
Data/Sys/GameSettings/RVA.ini
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# RVAE78, RVAP78 - Avatar: The Last Airbender - The Burning Earth
|
||||||
|
|
||||||
|
[Video_Settings]
|
||||||
|
SafeTextureCacheColorSamples = 512
|
7
Data/Sys/GameSettings/ST6.ini
Normal file
7
Data/Sys/GameSettings/ST6.ini
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# ST6E78, ST6P78 - The Biggest Loser: Challenge
|
||||||
|
|
||||||
|
[Core]
|
||||||
|
CPUThread = False
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
EFBToTextureEnable = False
|
Loading…
x
Reference in New Issue
Block a user