mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-29 23:42:14 +00:00
(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)
|
||||
{
|
||||
#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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user