mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
(PS3) Get rid of one unused ifdef
This commit is contained in:
parent
70e64897be
commit
06e25decfd
@ -423,8 +423,6 @@ static void* ps3_input_init(void)
|
|||||||
cellPadInit(MAX_PADS);
|
cellPadInit(MAX_PADS);
|
||||||
#ifdef HAVE_MOUSE
|
#ifdef HAVE_MOUSE
|
||||||
cellMouseInit(MAX_MICE);
|
cellMouseInit(MAX_MICE);
|
||||||
#endif
|
|
||||||
#ifdef HAVE_OSKUTIL
|
|
||||||
#endif
|
#endif
|
||||||
return (void*)-1;
|
return (void*)-1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user