mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +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)
|
||||
{
|
||||
int ret = 0;
|
||||
#ifndef IS_SALAMANDER
|
||||
int ret;
|
||||
bool original_verbose = g_extern.verbose;
|
||||
g_extern.verbose = true;
|
||||
ret = 0;
|
||||
|
||||
if (argc > 1)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user