diff options
| author | 2021-12-25 20:27:52 +0100 | |
|---|---|---|
| committer | 2022-07-25 21:59:28 +0200 | |
| commit | 705f7db84dd85555a6aef1e136cf251725cef293 (patch) | |
| tree | e110c6482a11d711d18515afce4fc50adcee76e7 /src/network/verify_user.h | |
| parent | network: Add initial files and enet dependency (diff) | |
| download | yuzu-705f7db84dd85555a6aef1e136cf251725cef293.tar.gz yuzu-705f7db84dd85555a6aef1e136cf251725cef293.tar.xz yuzu-705f7db84dd85555a6aef1e136cf251725cef293.zip | |
yuzu: Add ui files for multiplayer rooms
Diffstat (limited to 'src/network/verify_user.h')
| -rw-r--r-- | src/network/verify_user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/verify_user.h b/src/network/verify_user.h index 01b9877c8..5c3852d4a 100644 --- a/src/network/verify_user.h +++ b/src/network/verify_user.h | |||
| @@ -13,7 +13,7 @@ struct UserData { | |||
| 13 | std::string username; | 13 | std::string username; |
| 14 | std::string display_name; | 14 | std::string display_name; |
| 15 | std::string avatar_url; | 15 | std::string avatar_url; |
| 16 | bool moderator = false; ///< Whether the user is a Citra Moderator. | 16 | bool moderator = false; ///< Whether the user is a yuzu Moderator. |
| 17 | }; | 17 | }; |
| 18 | 18 | ||
| 19 | /** | 19 | /** |