mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +00:00
get rid of the unnecessary typedef
This commit is contained in:
parent
15472eb184
commit
6b77a66298
@ -96,8 +96,7 @@ static void runahead_save_state_list_rotate(void)
|
||||
static function_t originalRetroDeinit = NULL;
|
||||
static function_t originalRetroUnload = NULL;
|
||||
|
||||
typedef struct retro_core_t _retro_core_t;
|
||||
extern _retro_core_t current_core;
|
||||
extern struct retro_core_t current_core;
|
||||
extern struct retro_callbacks retro_ctx;
|
||||
|
||||
static void remove_hooks(void)
|
||||
|
Loading…
Reference in New Issue
Block a user