network, yuzu: Improve variable naming and style consistency

This commit is contained in:
FearlessTobi 2022-07-25 17:08:20 +02:00
parent 6b5667dfa5
commit 6a2dcc8b3d
14 changed files with 53 additions and 47 deletions

View file

@ -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;