From 0c184138ccf859bb88b6ae97d78ca8f67af869ba Mon Sep 17 00:00:00 2001 From: Themaister Date: Mon, 18 Nov 2013 13:39:34 +0100 Subject: [PATCH] Fix PERF_TEST struct. --- performance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance.h b/performance.h index a9dffc54b0..4515dc1c65 100644 --- a/performance.h +++ b/performance.h @@ -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;