mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 19:21:27 +00:00
(Xbox) Silence warning
This commit is contained in:
parent
88b593e4af
commit
550a140405
@ -1250,12 +1250,14 @@ static void frontend_xdk_get_environment_settings(int *argc, char *argv[],
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef IS_SALAMANDER
|
#ifndef IS_SALAMANDER
|
||||||
|
#ifdef _XBOX1
|
||||||
exit:
|
exit:
|
||||||
if (original_verbose)
|
if (original_verbose)
|
||||||
verbosity_enable();
|
verbosity_enable();
|
||||||
else
|
else
|
||||||
verbosity_disable();
|
verbosity_disable();
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static void frontend_xdk_init(void *data)
|
static void frontend_xdk_init(void *data)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user