mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-03-27 13:50:22 -06:00
To allow for passing moderation errors around without impacting the State, this commit also separates the previous State enum into two enums: State, and Error. The State enum now only contains generic states like disconnected or connected, and the Error enum describes the specific error happened.
citra_qt/multiplayer/{state, message} is changed accordingly.
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| network.cpp | ||
| network.h | ||
| packet.cpp | ||
| packet.h | ||
| room_member.cpp | ||
| room_member.h | ||
| room.cpp | ||
| room.h | ||
| verify_user.cpp | ||
| verify_user.h | ||