mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-07 02:40:23 +00:00
subsystem part 3: these can be static again
This commit is contained in:
parent
2a9046c06f
commit
1b1ec37f36
@ -1052,7 +1052,7 @@ static void command_event_init_controllers(void)
|
||||
}
|
||||
}
|
||||
|
||||
void command_event_deinit_core(bool reinit)
|
||||
static void command_event_deinit_core(bool reinit)
|
||||
{
|
||||
#ifdef HAVE_CHEEVOS
|
||||
cheevos_unload();
|
||||
@ -1205,7 +1205,7 @@ error:
|
||||
free(state_base);
|
||||
}
|
||||
|
||||
bool event_init_content(void)
|
||||
static bool event_init_content(void)
|
||||
{
|
||||
bool contentless = false;
|
||||
bool is_inited = false;
|
||||
|
Loading…
Reference in New Issue
Block a user