mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
(WiiU/kpad) Actually return true when kpad_init succeeds, warning fix
This commit is contained in:
parent
41541128c5
commit
70fba3e92e
@ -81,10 +81,12 @@ static int get_slot_for_channel(unsigned channel)
|
||||
|
||||
static bool kpad_init(void *data)
|
||||
{
|
||||
(void *)data;
|
||||
(void)data;
|
||||
|
||||
kpad_poll();
|
||||
kpad_ready = true;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
static bool kpad_query_pad(unsigned pad)
|
||||
|
Loading…
x
Reference in New Issue
Block a user