mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
(PSL1GHT) Don't redefine MAX_MICE define
This commit is contained in:
parent
a4dda41739
commit
07c073b717
@ -48,7 +48,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MOUSE
|
||||
#define MAX_MICE 7
|
||||
#define PS3_MAX_MICE 7
|
||||
#endif
|
||||
|
||||
/* TODO/FIXME -
|
||||
@ -857,7 +857,7 @@ static void* ps3_input_init(const char *joypad_driver)
|
||||
}
|
||||
|
||||
#ifdef HAVE_MOUSE
|
||||
ioMouseInit(MAX_MICE);
|
||||
ioMouseInit(PS3_MAX_MICE);
|
||||
#endif
|
||||
#ifdef HAVE_LIGHTGUN
|
||||
ps3->gem_init = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user