mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Fix warning in uwp_input.c
This commit is contained in:
parent
5b88685448
commit
e65f87a4ee
@ -184,7 +184,6 @@ static int16_t uwp_input_state(void *data,
|
|||||||
unsigned port, unsigned device,
|
unsigned port, unsigned device,
|
||||||
unsigned index, unsigned id)
|
unsigned index, unsigned id)
|
||||||
{
|
{
|
||||||
int16_t ret;
|
|
||||||
uwp_input_t *uwp = (uwp_input_t*)data;
|
uwp_input_t *uwp = (uwp_input_t*)data;
|
||||||
|
|
||||||
switch (device)
|
switch (device)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user