mirror of
https://github.com/86Box/86Box.git
synced 2026-02-26 05:53:15 -07:00
Missed fix
This commit is contained in:
@@ -190,7 +190,7 @@ sw_write(void *priv)
|
||||
sw->poll_data = 1;
|
||||
}
|
||||
|
||||
for (uint8_t js = 0; js < MAX_JOYSTICKS; js++) {
|
||||
for (uint8_t js = 0; js < 4; js++) {
|
||||
uint16_t data = 0x3fff;
|
||||
|
||||
if (!JOYSTICK_PRESENT(js))
|
||||
|
||||
Reference in New Issue
Block a user