mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
VideoCommon: add EFB peek/poke stats
This commit is contained in:
parent
13b2b93d3d
commit
05fa667d03
3 changed files with 10 additions and 0 deletions
|
@ -61,6 +61,9 @@ struct Statistics
|
|||
int numVerticesLoaded;
|
||||
int tevPixelsIn;
|
||||
int tevPixelsOut;
|
||||
|
||||
int numEFBPeeks;
|
||||
int numEFBPokes;
|
||||
};
|
||||
ThisFrame thisFrame;
|
||||
void ResetFrame();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue