VideoCommon: Add statistics for draw done and token commands

This commit is contained in:
Pokechu22
2022-09-26 16:11:12 -07:00
parent f106bc150a
commit 39569392bd
3 changed files with 10 additions and 0 deletions

View File

@ -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();