mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
Cleanup
This commit is contained in:
parent
974e8d6ce2
commit
144b6aed9e
@ -88,7 +88,7 @@ int32_t pad_connection_pad_init(joypad_connection_t *joyconn,
|
|||||||
if (pad == -1)
|
if (pad == -1)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
s = (joypad_connection_t*)&joyconn[pad];
|
s = &joyconn[pad];
|
||||||
|
|
||||||
if (s)
|
if (s)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user