mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 06:40:48 +00:00
Add args to ps3 environment.
This commit is contained in:
parent
b5f46120a3
commit
fe24d961e3
@ -184,8 +184,9 @@ static void callback_sysutil_exit(uint64_t status, uint64_t param, void *userdat
|
||||
}
|
||||
#endif
|
||||
|
||||
static void get_environment_settings(int argc, char *argv[])
|
||||
static void get_environment_settings(int argc, char *argv[], void *args)
|
||||
{
|
||||
(void)args;
|
||||
#ifndef IS_SALAMANDER
|
||||
g_extern.verbose = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user