mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-19 23:34:52 +02:00
FramebufferManager: Implement EFB tile cache
The new tile cache is dynamic in size and can be turned on/off.
This commit is contained in:
@@ -128,6 +128,7 @@ struct VideoConfig final
|
||||
bool bEnablePixelLighting;
|
||||
bool bFastDepthCalc;
|
||||
bool bVertexRounding;
|
||||
int iEFBAccessTileSize;
|
||||
int iLog; // CONF_ bits
|
||||
int iSaveTargetId; // TODO: Should be dropped
|
||||
|
||||
|
||||
Reference in New Issue
Block a user