mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-30 22:21:00 +00:00
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]
|
[Video_Settings]
|
||||||
# This game creates a large number of EFB copies at different addresses, resulting
|
# This game creates a large number of EFB copies at different addresses, resulting
|
||||||
# in a large texture cache which takes considerable time to save.
|
# 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]
|
[Video_Settings]
|
||||||
# This game creates a large number of EFB copies at different addresses, resulting
|
# This game creates a large number of EFB copies at different addresses, resulting
|
||||||
# in a large texture cache which takes considerable time to save.
|
# 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…
x
Reference in New Issue
Block a user