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
1 changed files with 2 additions and 0 deletions

View File

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