mirror of
https://github.com/libretro/RetroArch
synced 2025-01-06 01:02:15 +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
|
||||
{
|
||||
const char *ident;
|
||||
rarch_perf_tick_t start;
|
||||
rarch_perf_tick_t total;
|
||||
rarch_perf_tick_t call_cnt;
|
||||
|
||||
const char *ident;
|
||||
bool registered;
|
||||
} rarch_perf_counter_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user