Don't defer EFB Copies to RAM - PMTTYD Issues
This resolves a few issues with bounding box animations and others. Most noticably, it greatly reduces the bounding box slowdown seen on some NVIDIA cards and also fixes the odd overlay glitches when moving between rooms on the Excess Express.
This commit is contained in:
parent
0a71dda8a0
commit
85c01fc576
|
@ -16,6 +16,7 @@
|
|||
EFBToTextureEnable = False
|
||||
BBoxEnable = True
|
||||
ImmediateXFBEnable = False
|
||||
DeferEFBCopies = False
|
||||
|
||||
[Video_Stereoscopy]
|
||||
StereoConvergence = 545
|
||||
|
|
Loading…
Reference in New Issue