mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +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)
|
||||
return -1;
|
||||
|
||||
s = (joypad_connection_t*)&joyconn[pad];
|
||||
s = &joyconn[pad];
|
||||
|
||||
if (s)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user