(PSP/Vita) Prevent warning
This commit is contained in:
parent
84588a1527
commit
86ea04bfe2
|
@ -248,10 +248,8 @@ static void frontend_psp_init(void *data)
|
||||||
|
|
||||||
static void frontend_psp_exec(const char *path, bool should_load_game)
|
static void frontend_psp_exec(const char *path, bool should_load_game)
|
||||||
{
|
{
|
||||||
#ifndef IS_SALAMANDER
|
|
||||||
char *fullpath = NULL;
|
|
||||||
#endif
|
|
||||||
#if defined(HAVE_KERNEL_PRX) || defined(IS_SALAMANDER)
|
#if defined(HAVE_KERNEL_PRX) || defined(IS_SALAMANDER)
|
||||||
|
char *fullpath = NULL;
|
||||||
char argp[512] = {0};
|
char argp[512] = {0};
|
||||||
SceSize args = 0;
|
SceSize args = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue