mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Fix memcpy size
This commit is contained in:
parent
3193548985
commit
ac89e421e6
@ -944,7 +944,7 @@ uint8 C64::poll_joystick(int port)
|
||||
TheCIA1->KeyMatrix, TheCIA1->RevMatrix, &out);
|
||||
}
|
||||
|
||||
memcpy(last_table, table, sizeof(table));
|
||||
memcpy(last_table, table, 0xff);
|
||||
|
||||
return out;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user