This commit is contained in:
twinaphex 2019-04-30 13:51:32 +02:00
parent 06cfdfdcbb
commit 5bd0fdcc13

View File

@ -1921,13 +1921,13 @@ void content_clear_subsystem(void)
} }
/* Checks if launched from the commandline */ /* Checks if launched from the commandline */
bool content_launched_from_cli() bool content_launched_from_cli(void)
{ {
return _launched_from_cli; return _launched_from_cli;
} }
/* Get the current subsystem */ /* Get the current subsystem */
int content_get_subsystem() int content_get_subsystem(void)
{ {
return pending_subsystem_id; return pending_subsystem_id;
} }