mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
GameSettings: Force 1x IR for Mario Tennis and Super Smash Bros.
This commit is contained in:
parent
620044ea05
commit
71267cb055
2 changed files with 6 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue