mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 00:47:49 +00:00
yuzu: Add ui files for multiplayer rooms
This commit is contained in:
parent
00526e94d1
commit
60008b680e
84 changed files with 4524 additions and 49 deletions
|
@ -102,6 +102,19 @@ struct Values {
|
|||
|
||||
Settings::Setting<uint32_t> callout_flags{0, "calloutFlags"};
|
||||
|
||||
// multiplayer settings
|
||||
QString nickname;
|
||||
QString ip;
|
||||
QString port;
|
||||
QString room_nickname;
|
||||
QString room_name;
|
||||
quint32 max_player;
|
||||
QString room_port;
|
||||
uint host_type;
|
||||
qulonglong game_id;
|
||||
QString room_description;
|
||||
std::pair<std::vector<std::string>, std::vector<std::string>> ban_list;
|
||||
|
||||
// logging
|
||||
Settings::Setting<bool> show_console{false, "showConsole"};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue