mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 01:05:46 +00:00
network, yuzu: Improve variable naming and style consistency
This commit is contained in:
parent
69e8e88fb7
commit
e937c85e5a
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