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:
Craftyawesome 2019-05-03 10:29:38 -04:00
parent 8feacce783
commit e28c412c29

View File

@ -15,3 +15,5 @@
[Video_Hacks]
EFBToTextureEnable = False
ImmediateXFBEnable = False
XFBToTextureEnable = False
DeferEFBCopies = False