mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
Merge pull request #8037 from mimimi085181/baten-kaitos-disable-deferred-efb-copies
Disable Defer EFB Copies to RAM for Baten Kaitos: Eternal Wings and t…
This commit is contained in:
commit
7a98b51d0c
@ -17,5 +17,6 @@ CPUThread = 0
|
|||||||
ImmediateXFBEnable = False
|
ImmediateXFBEnable = False
|
||||||
EFBAccessEnable = False
|
EFBAccessEnable = False
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
|
DeferEFBCopies = False
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user