aboutsummaryrefslogtreecommitdiff
path: root/src/dedicated_room/yuzu_room.cpp
AgeCommit message (Collapse)Author
2022-09-02Address review commentsFearlessTobi
2022-08-27dedicated_room: Correctly handle token decodingFearlessTobi
Correctly handle token decoding when '=' has been trimmed by the backend server. Co-Authored-By: liushuyu <liushuyu011@gmail.com>
2022-08-27yuzu_room: Remove dependency on coreFearlessTobi
2022-08-15core: network: Address review commentsgerman77