mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55: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
|
@ -163,7 +163,7 @@ void HostRoomWindow::Host() {
|
|||
// Start the announce session if they chose Public
|
||||
if (is_public) {
|
||||
if (auto session = announce_multiplayer_session.lock()) {
|
||||
// Register the room first to ensure verify_UID is present when we connect
|
||||
// Register the room first to ensure verify_uid is present when we connect
|
||||
WebService::WebResult result = session->Register();
|
||||
if (result.result_code != WebService::WebResult::Code::Success) {
|
||||
QMessageBox::warning(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue