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
|
#ifdef HAVE_CHEEVOS
|
||||||
cheevos_unload();
|
cheevos_unload();
|
||||||
|
@ -1205,7 +1205,7 @@ error:
|
||||||
free(state_base);
|
free(state_base);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool event_init_content(void)
|
static bool event_init_content(void)
|
||||||
{
|
{
|
||||||
bool contentless = false;
|
bool contentless = false;
|
||||||
bool is_inited = false;
|
bool is_inited = false;
|
||||||
|
|
Loading…
Reference in New Issue