mirror of
https://github.com/libretro/RetroArch
synced 2025-03-06 04:13:52 +00:00
(PS3/PSL1GHT) Make commented out line SDK-agnostic too
This commit is contained in:
parent
cd00eb2b04
commit
277e1f61cd
@ -346,7 +346,7 @@ void oskutil_unload(oskutil_params *params)
|
||||
static void ps3_free_input(void *data)
|
||||
{
|
||||
(void)data;
|
||||
//cellPadEnd();
|
||||
//pPadEnd();
|
||||
}
|
||||
|
||||
static void* ps3_input_initialize(void)
|
||||
|
@ -107,6 +107,7 @@
|
||||
#define pPadGetInfo ioPadGetInfo2
|
||||
#define pPadGetData ioPadGetData
|
||||
#define pPadInit ioPadInit
|
||||
#define pPadEnd ioPadEnd
|
||||
|
||||
#define now_connect connected
|
||||
|
||||
@ -126,6 +127,7 @@
|
||||
|
||||
/* define all the ps3 pad functions */
|
||||
#define pPadInit cellPadInit
|
||||
#define pPadEnd cellPadEnd
|
||||
#define pPadGetData cellPadGetData
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user