mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Cleanups
This commit is contained in:
parent
06cfdfdcbb
commit
5bd0fdcc13
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue