mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
Cleanups
This commit is contained in:
parent
06cfdfdcbb
commit
5bd0fdcc13
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user