network, yuzu: Improve variable naming and style consistency
This commit is contained in:
parent
6b5667dfa5
commit
6a2dcc8b3d
14 changed files with 53 additions and 47 deletions
|
@ -43,7 +43,7 @@ struct Room {
|
|||
RoomInformation information;
|
||||
|
||||
std::string id;
|
||||
std::string verify_UID; ///< UID used for verification
|
||||
std::string verify_uid; ///< UID used for verification
|
||||
std::string ip;
|
||||
u32 net_version;
|
||||
bool has_password;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue