mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
(NGC) Buildfix pt. 2
This commit is contained in:
parent
f0e75c9259
commit
6c7e5f642c
@ -31,7 +31,7 @@
|
|||||||
#ifdef HW_RVL
|
#ifdef HW_RVL
|
||||||
#include <wiiuse/wpad.h>
|
#include <wiiuse/wpad.h>
|
||||||
#endif
|
#endif
|
||||||
#enidf
|
#endif
|
||||||
|
|
||||||
#ifdef GEKKO
|
#ifdef GEKKO
|
||||||
#define WPADInit WPAD_Init
|
#define WPADInit WPAD_Init
|
||||||
@ -498,10 +498,10 @@ static void gx_joypad_poll(void)
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
#else
|
#else
|
||||||
ptype = WPAD_EXP_GAMECUBE;
|
ptype = WPAD_EXP_GAMECUBE;
|
||||||
#endif
|
#endif
|
||||||
else
|
|
||||||
{
|
{
|
||||||
if (gcpad & (1 << port))
|
if (gcpad & (1 << port))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user