diff options
| author | Craftyawesome <craftyawesome.ak@gmail.com> | 2019-05-03 10:29:38 -0400 |
|---|---|---|
| committer | Craftyawesome <craftyawesome.ak@gmail.com> | 2019-05-03 10:29:38 -0400 |
| commit | e28c412c290d63254186e9d855aa31260f60fb2e (patch) | |
| tree | 845afdf3c74d0881e62d79051091a6c36c83ef43 /Data | |
| parent | 8feacce7833ccbdc149762a38fc836aa0b4cb443 (diff) | |
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.
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/R3M.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/R3M.ini b/Data/Sys/GameSettings/R3M.ini index 47550c47f7..4669fc3eb1 100644 --- a/Data/Sys/GameSettings/R3M.ini +++ b/Data/Sys/GameSettings/R3M.ini @@ -15,3 +15,5 @@ [Video_Hacks] EFBToTextureEnable = False ImmediateXFBEnable = False +XFBToTextureEnable = False +DeferEFBCopies = False |
