mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 17:43:02 +00:00
fix code review comment
This commit is contained in:
parent
9e9e9af8dd
commit
1541303574
@ -324,6 +324,7 @@ static void frontend_psp_exec(const char *path, bool should_load_game)
|
|||||||
#endif
|
#endif
|
||||||
char argp[512] = {0};
|
char argp[512] = {0};
|
||||||
SceSize args = 0;
|
SceSize args = 0;
|
||||||
|
int ret;
|
||||||
|
|
||||||
#if !defined(VITA)
|
#if !defined(VITA)
|
||||||
strlcpy(argp, eboot_path, sizeof(argp));
|
strlcpy(argp, eboot_path, sizeof(argp));
|
||||||
@ -342,7 +343,6 @@ static void frontend_psp_exec(const char *path, bool should_load_game)
|
|||||||
RARCH_LOG("Attempt to load executable: [%s].\n", path);
|
RARCH_LOG("Attempt to load executable: [%s].\n", path);
|
||||||
#if defined(VITA)
|
#if defined(VITA)
|
||||||
RARCH_LOG("Attempt to load executable: %d [%s].\n", args, argp);
|
RARCH_LOG("Attempt to load executable: %d [%s].\n", args, argp);
|
||||||
int ret;
|
|
||||||
#ifdef IS_SALAMANDER
|
#ifdef IS_SALAMANDER
|
||||||
sceAppMgrGetAppParam(boot_params);
|
sceAppMgrGetAppParam(boot_params);
|
||||||
if (strstr(boot_params,"psgm:play"))
|
if (strstr(boot_params,"psgm:play"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user