mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-01 13:48:47 +00:00
NetPlay: Fix hosting being stuck if player leaves during pending start
The logic didn't account for the case where a player leaves, so the host would be left in a dangling state where the UI is disabled but the game won't start, requiring a full restart of Dolphin to fix.
This commit is contained in:
parent
75e74315e6
commit
7870704087
7 changed files with 95 additions and 27 deletions
|
@ -122,6 +122,7 @@ enum
|
|||
NP_MSG_CHUNKED_DATA_PAYLOAD = 0x42,
|
||||
NP_MSG_CHUNKED_DATA_PROGRESS = 0x43,
|
||||
NP_MSG_CHUNKED_DATA_COMPLETE = 0x44,
|
||||
NP_MSG_CHUNKED_DATA_ABORT = 0x45,
|
||||
|
||||
NP_MSG_PAD_DATA = 0x60,
|
||||
NP_MSG_PAD_MAPPING = 0x61,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue