Merge pull request #9547 from PatrickFerry/ini-fixes-1
Some Gameini Changes
This commit is contained in:
commit
06a77493a4
|
@ -12,5 +12,9 @@
|
|||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
DeferEFBCopies = False
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
# RBPE4Z, RBPPGT - Brunswick Pro Bowling
|
||||
|
||||
[Core]
|
||||
CPUThread = False
|
||||
|
||||
[Video_Settings]
|
||||
SuggestedAspectRatio = 2
|
||||
|
|
|
@ -15,3 +15,4 @@ CPUThread = False
|
|||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
DeferEFBCopies = False
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
# S2DPML - Dance! It's Your Stage
|
||||
|
||||
[Core]
|
||||
CPUThread = False
|
|
@ -1,4 +1,5 @@
|
|||
# SJCEZW - Jerry Rice & Nitus' Dog Football
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 0
|
||||
SuggestedAspectRatio = 2
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
# SNQE7U, SNQPLG - National Geographic Challenge!
|
||||
|
||||
[Core]
|
||||
CPUThread = False
|
Loading…
Reference in New Issue