mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Fix loading screens on Metroid Prime Trilogy
XFB to texture causes magenta loading screens. Defer efb causes the game to flicker between metroid prime loading and the place you are loading in to and other loading screen errors.
This commit is contained in:
parent
8feacce783
commit
e28c412c29
@ -15,3 +15,5 @@
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
ImmediateXFBEnable = False
|
||||
XFBToTextureEnable = False
|
||||
DeferEFBCopies = False
|
||||
|
Loading…
Reference in New Issue
Block a user