(PSP/Vita) Prevent warning

This commit is contained in:
twinaphex 2016-08-02 03:15:11 +02:00
parent 84588a1527
commit 86ea04bfe2

View File

@ -248,10 +248,8 @@ static void frontend_psp_init(void *data)
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)
char *fullpath = NULL;
char argp[512] = {0};
SceSize args = 0;