mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-13 06:10:04 +00:00
Citra-qt: Add multiplayer ui
This commit is contained in:
parent
bba2a60b22
commit
871196bc10
34 changed files with 2653 additions and 46 deletions
|
@ -56,8 +56,18 @@ struct Values {
|
|||
std::vector<Shortcut> shortcuts;
|
||||
|
||||
uint32_t callout_flags;
|
||||
|
||||
// multiplayer settings
|
||||
QString nickname;
|
||||
QString ip;
|
||||
QString port;
|
||||
QString room_nickname;
|
||||
QString room_name;
|
||||
quint32 max_player;
|
||||
QString room_port;
|
||||
QString host_type;
|
||||
qulonglong game_id;
|
||||
};
|
||||
|
||||
extern Values values;
|
||||
|
||||
} // namespace UISettings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue