mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-05 00:56:13 +00:00
TextureCache: Implement deferred/batched EFB copies
This commit is contained in:
parent
710b893b91
commit
8e2c063d62
29 changed files with 314 additions and 141 deletions
|
@ -120,6 +120,7 @@ struct VideoConfig final
|
|||
bool bSkipEFBCopyToRam;
|
||||
bool bSkipXFBCopyToRam;
|
||||
bool bDisableCopyToVRAM;
|
||||
bool bDeferEFBCopies;
|
||||
bool bImmediateXFB;
|
||||
bool bCopyEFBScaled;
|
||||
int iSafeTextureCache_ColorSamples;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue