mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
[GX] minor fix on gamepad state
This commit is contained in:
parent
c50402ed12
commit
55553623f9
@ -569,7 +569,7 @@ static bool gx_joypad_init(void *data)
|
||||
(void)data;
|
||||
|
||||
for (i = 0; i < MAX_PADS; i++)
|
||||
pad_type[i] = 0;
|
||||
pad_type[i] = WPAD_EXP_NOCONTROLLER;
|
||||
|
||||
PAD_Init();
|
||||
#ifdef HW_RVL
|
||||
|
Loading…
Reference in New Issue
Block a user