mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00: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
1 changed files with 2 additions and 0 deletions
|
@ -15,3 +15,5 @@
|
|||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
ImmediateXFBEnable = False
|
||||
XFBToTextureEnable = False
|
||||
DeferEFBCopies = False
|
||||
|
|
Loading…
Add table
Reference in a new issue