mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 00:39:53 +00:00
(Vita) Silence warning (#14218)
This commit is contained in:
parent
97e3ef6ec7
commit
566b4b4520
@ -323,13 +323,13 @@ static void frontend_psp_exec(const char *path, bool should_load_game)
|
||||
#elif defined(VITA)
|
||||
#ifndef IS_SALAMANDER
|
||||
#ifdef HAVE_NETWORKING
|
||||
const char *arg_data[NETPLAY_FORK_MAX_ARGS];
|
||||
char *arg_data[NETPLAY_FORK_MAX_ARGS];
|
||||
#else
|
||||
const char *arg_data[2];
|
||||
char *arg_data[2];
|
||||
#endif
|
||||
char game_path[PATH_MAX_LENGTH];
|
||||
#else
|
||||
const char *arg_data[2];
|
||||
char *arg_data[2];
|
||||
char boot_params[PATH_MAX_LENGTH];
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user