mirror of
https://github.com/afska/gba-link-connection.git
synced 2026-04-26 02:02:25 -05:00
Fix important bug in packet confirmations
This commit is contained in:
parent
91a614fcee
commit
e0f4445d4d
|
|
@ -737,7 +737,8 @@ class LinkWireless {
|
|||
if (confirmationData > 0 && confirmationData < min)
|
||||
min = confirmationData;
|
||||
}
|
||||
removeConfirmedMessages(min);
|
||||
if (min < 0xffffffff)
|
||||
removeConfirmedMessages(min);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user