GameSettings: Force 1x IR for Mario Tennis and Super Smash Bros.

This commit is contained in:
Techjar 2020-09-17 06:08:12 -04:00
parent 620044ea05
commit 71267cb055
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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