mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-29 19:20:48 +00:00
(Libretro.h) Small cleanup
This commit is contained in:
parent
dd38781d92
commit
2636d876d2
@ -628,10 +628,10 @@ struct retro_perf_callback
|
||||
retro_perf_register_t perf_register;
|
||||
};
|
||||
|
||||
#if defined(PERF_TEST)
|
||||
#ifdef RARCH_INTERNAL
|
||||
#define retro_perf_register_func rarch_perf_register
|
||||
#define retro_get_perf_counter_func rarch_get_perf_counter
|
||||
#elif !defined(RARCH_INTERNAL)
|
||||
#else
|
||||
#define retro_perf_register_func perf_register_cb
|
||||
#define retro_get_perf_counter_func perf_get_counter_cb
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user