This commit is contained in:
twinaphex 2016-05-16 10:05:39 +02:00
parent 99855eb666
commit 9a43dfda51

View File

@ -37,15 +37,6 @@ unsigned retro_get_perf_count_rarch(void);
unsigned retro_get_perf_count_libretro(void);
/*
* retro_get_perf_counter:
*
* Gets performance counter.
*
* Returns: performance counter.
**/
retro_perf_tick_t retro_get_perf_counter(void);
void performance_counter_register(struct retro_perf_counter *perf);
void performance_counters_clear(void);