mirror of
https://github.com/libretro/RetroArch
synced 2025-03-10 16:14:03 +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 */
|
||||
bool content_launched_from_cli()
|
||||
bool content_launched_from_cli(void)
|
||||
{
|
||||
return _launched_from_cli;
|
||||
}
|
||||
|
||||
/* Get the current subsystem */
|
||||
int content_get_subsystem()
|
||||
int content_get_subsystem(void)
|
||||
{
|
||||
return pending_subsystem_id;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user