mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 02:00:41 +00:00
Cleanups - split up global state to retroarch_data.h
This commit is contained in:
parent
8937794d8a
commit
b9b1639759
@ -47,10 +47,6 @@ unsigned retro_get_perf_count_rarch(void);
|
||||
|
||||
unsigned retro_get_perf_count_libretro(void);
|
||||
|
||||
void performance_counter_register(struct retro_perf_counter *perf);
|
||||
|
||||
void performance_counters_clear(void);
|
||||
|
||||
void rarch_perf_register(struct retro_perf_counter *perf);
|
||||
|
||||
#define performance_counter_init(perf, name) \
|
||||
|
3027
retroarch.c
3027
retroarch.c
File diff suppressed because it is too large
Load Diff
2699
retroarch_data.h
Normal file
2699
retroarch_data.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user