yuzu: Add ui files for multiplayer rooms
This commit is contained in:
parent
dcfe0a5feb
commit
705f7db84d
84 changed files with 4524 additions and 49 deletions
|
@ -89,6 +89,7 @@ private:
|
|||
void ReadUIGamelistValues();
|
||||
void ReadUILayoutValues();
|
||||
void ReadWebServiceValues();
|
||||
void ReadMultiplayerValues();
|
||||
|
||||
void SaveValues();
|
||||
void SavePlayerValue(std::size_t player_index);
|
||||
|
@ -118,6 +119,7 @@ private:
|
|||
void SaveUIGamelistValues();
|
||||
void SaveUILayoutValues();
|
||||
void SaveWebServiceValues();
|
||||
void SaveMultiplayerValues();
|
||||
|
||||
/**
|
||||
* Reads a setting from the qt_config.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue