mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 15:40:28 +00:00
(PS3 Salamander) Build fix
This commit is contained in:
parent
327be0af85
commit
aaab33c014
@ -325,11 +325,10 @@ static void frontend_ps3_init(void *data)
|
|||||||
|
|
||||||
static int frontend_ps3_process_args(int argc, char *argv[], void *args)
|
static int frontend_ps3_process_args(int argc, char *argv[], void *args)
|
||||||
{
|
{
|
||||||
|
int ret = 0;
|
||||||
#ifndef IS_SALAMANDER
|
#ifndef IS_SALAMANDER
|
||||||
int ret;
|
|
||||||
bool original_verbose = g_extern.verbose;
|
bool original_verbose = g_extern.verbose;
|
||||||
g_extern.verbose = true;
|
g_extern.verbose = true;
|
||||||
ret = 0;
|
|
||||||
|
|
||||||
if (argc > 1)
|
if (argc > 1)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user