mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-18 08:52:41 +00:00
Fix PERF_TEST struct.
This commit is contained in:
parent
caa653cc62
commit
0c184138cc
@ -32,11 +32,11 @@ typedef int64_t rarch_time_t;
|
|||||||
|
|
||||||
typedef struct rarch_perf_counter
|
typedef struct rarch_perf_counter
|
||||||
{
|
{
|
||||||
|
const char *ident;
|
||||||
rarch_perf_tick_t start;
|
rarch_perf_tick_t start;
|
||||||
rarch_perf_tick_t total;
|
rarch_perf_tick_t total;
|
||||||
rarch_perf_tick_t call_cnt;
|
rarch_perf_tick_t call_cnt;
|
||||||
|
|
||||||
const char *ident;
|
|
||||||
bool registered;
|
bool registered;
|
||||||
} rarch_perf_counter_t;
|
} rarch_perf_counter_t;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user