GameSettings: Force 1x IR for Mario Tennis and Super Smash Bros.
This commit is contained in:
parent
620044ea05
commit
71267cb055
|
@ -18,4 +18,6 @@ StereoConvergence = 5000
|
|||
[Video_Settings]
|
||||
# This game creates a large number of EFB copies at different addresses, resulting
|
||||
# in a large texture cache which takes considerable time to save.
|
||||
SaveTextureCacheToState = False
|
||||
SaveTextureCacheToState = False
|
||||
# This game crashes very soon after boot if above 1x IR
|
||||
InternalResolution = 1
|
||||
|
|
|
@ -15,4 +15,6 @@
|
|||
[Video_Settings]
|
||||
# This game creates a large number of EFB copies at different addresses, resulting
|
||||
# in a large texture cache which takes considerable time to save.
|
||||
SaveTextureCacheToState = False
|
||||
SaveTextureCacheToState = False
|
||||
# This game crashes very soon after boot if above 1x IR
|
||||
InternalResolution = 1
|
||||
|
|
Loading…
Reference in New Issue