Fix PERF_TEST struct.

This commit is contained in:
Themaister 2013-11-18 13:39:34 +01:00
parent caa653cc62
commit 0c184138cc

View File

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