mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 14:05:45 +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
|
@ -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