mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
VideoCommon: Add statistics for draw done and token commands
This commit is contained in:
@ -71,6 +71,10 @@ struct Statistics
|
||||
|
||||
int num_efb_peeks;
|
||||
int num_efb_pokes;
|
||||
|
||||
int num_draw_done;
|
||||
int num_token;
|
||||
int num_token_int;
|
||||
};
|
||||
ThisFrame this_frame;
|
||||
void ResetFrame();
|
||||
|
Reference in New Issue
Block a user