mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 22:47:57 -05:00
network, yuzu: Improve variable naming and style consistency
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user