mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 10:09:36 -06:00
GameSettings: Disable texture cache save states for Mario Tennis and Super Smash Bros (VC)
These create a large number of EFB copies at different offsets, resulting in considerable save state delays.
This commit is contained in:
@ -14,3 +14,8 @@
|
||||
|
||||
[Video_Stereoscopy]
|
||||
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
|
Reference in New Issue
Block a user