Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disabling DeferEFBCopies has a big performance cost. Corrupt loading screen it causes is only visible for half a second on initial load. Nothing is affected in game.

Enabling XFBToTextureEnable no longer causes a magenta loading screen.

ImmediateXFBEnable is outdated. No ill effects on or off.
  • Loading branch information
dvessel committed Oct 14, 2022
1 parent 99a5be3 commit c573c0d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Data/Sys/GameSettings/R3M.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@

[Video_Hacks]
EFBToTextureEnable = False
ImmediateXFBEnable = False
XFBToTextureEnable = False
DeferEFBCopies = False

0 comments on commit c573c0d

Please sign in to comment.