7acd2664dd
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.cpp | ||
room.h | ||
room_member.cpp | ||
room_member.h | ||
verify_user.cpp | ||
verify_user.h |