1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-03 08:48:42 +00:00

Cleanups - split up global state to retroarch_data.h

This commit is contained in:
twinaphex 2020-11-17 01:34:20 +01:00
parent 8937794d8a
commit b9b1639759
3 changed files with 2861 additions and 2869 deletions

View File

@ -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) \

File diff suppressed because it is too large Load Diff

2699
retroarch_data.h Normal file

File diff suppressed because it is too large Load Diff