forked from eden-emu/eden
[frontend, web] refactor: web service frontend rewrite (#221)
- Automatic verification based on regex - Token generation button - Removed unneeded links - public lobby creation [android] Signed-off-by: crueter <swurl@swurl.xyz> Co-authored-by: Aleksandr Popovich <alekpopo@pm.me> Co-authored-by: Aleksandr Popovich <alekpopo@proton.me> Reviewed-on: eden-emu/eden#221 Co-authored-by: crueter <swurl@swurl.xyz> Co-committed-by: crueter <swurl@swurl.xyz>
This commit is contained in:
parent
2fe728766e
commit
94c66f98bf
34 changed files with 1985 additions and 327 deletions
|
@ -1,4 +1,4 @@
|
|||
// SPDX-FileCopyrightText: 2025 Eden Emulator Project
|
||||
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
@ -66,7 +66,7 @@ public:
|
|||
NetPlayStatus NetPlayCreateRoom(const std::string &ipaddress, int port,
|
||||
const std::string &username, const std::string &preferredGameName,
|
||||
const u64 &preferredGameId, const std::string &password,
|
||||
const std::string &room_name, int max_players);
|
||||
const std::string &room_name, int max_players, bool isPublic);
|
||||
|
||||
NetPlayStatus NetPlayJoinRoom(const std::string &ipaddress, int port,
|
||||
const std::string &username, const std::string &password);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue