mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
VideoCommon: add EFB peek/poke stats
This commit is contained in:
@ -61,6 +61,9 @@ struct Statistics
|
||||
int numVerticesLoaded;
|
||||
int tevPixelsIn;
|
||||
int tevPixelsOut;
|
||||
|
||||
int numEFBPeeks;
|
||||
int numEFBPokes;
|
||||
};
|
||||
ThisFrame thisFrame;
|
||||
void ResetFrame();
|
||||
|
Reference in New Issue
Block a user