mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Disable Deferred EFB Copies in Sonic Adventure 2
Causes a crash during the final boss. This game is timing sensitive in general though, so I wouldn't be surprised if certain other stages also had crashing issues.
This commit is contained in:
parent
0ca9accd8b
commit
fd7d7431e4
1 changed files with 3 additions and 0 deletions
|
@ -15,3 +15,6 @@ CPUThread = False
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
DeferEFBCopies = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue