mirror of
https://github.com/afska/gba-link-connection.git
synced 2026-04-24 23:47:51 -05:00
FIX: Keep timer active if start() fails during activation. This can fix possible lockups when using LinkUniversal::waitFor(...)
This commit is contained in:
parent
7548e2ca9b
commit
6d0ced0bbd
|
|
@ -1446,9 +1446,6 @@ class LinkWireless {
|
|||
stop();
|
||||
bool success = start();
|
||||
|
||||
if (!success)
|
||||
stop();
|
||||
|
||||
LINK_BARRIER;
|
||||
isEnabled = wasEnabled;
|
||||
LINK_BARRIER;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user