mirror of
https://github.com/citra-emu/citra-canary.git
synced 2026-02-22 03:42:14 +00:00
* Move Joining state change sooner in the code to prevent an issue where failing to connect multiple times in a row doesn't change the state (as it goes from CouldNotConnect -> CouldNotConnect which doesn't trigger a state changed callback) * Prevent double clicking too fast on a room in the lobby from causing issues * Lobby no longer closes when joining a room |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| network.cpp | ||
| network.h | ||
| packet.cpp | ||
| packet.h | ||
| room.cpp | ||
| room.h | ||
| room_member.cpp | ||
| room_member.h | ||