mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Wrong branch index!
This commit is contained in:
parent
73bd969ac9
commit
84baf5db1f
@ -226,7 +226,7 @@ static bool send_input_frame(netplay_t *netplay, struct delta_frame *dframe,
|
||||
|
||||
/* Add the device data */
|
||||
devices = netplay->client_devices[client_num];
|
||||
for (device = 0; device < devices; device++)
|
||||
for (device = 0; device < MAX_INPUT_DEVICES; device++)
|
||||
{
|
||||
netplay_input_state_t istate;
|
||||
if (!(devices & (1<<device)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user