mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 06:47:53 -05:00
yuzu: Add ui files for multiplayer rooms
This commit is contained in:
@ -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"};
|
||||
|
||||
|
Reference in New Issue
Block a user