mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 08:07:45 +00:00
NetPlayLauncher: store window geometry in native wxConfig
This commit is contained in:
parent
9867677211
commit
f8fea83e67
5 changed files with 19 additions and 29 deletions
|
@ -17,7 +17,7 @@ class NetPlayLaunchConfig
|
|||
public:
|
||||
static std::string GetTraversalHostFromIniConfig(const IniFile::Section& netplay_section);
|
||||
static u16 GetTraversalPortFromIniConfig(const IniFile::Section& netplay_section);
|
||||
void SetDialogInfo(const IniFile::Section& section, wxWindow* parent);
|
||||
void SetDialogInfo(wxWindow* parent);
|
||||
|
||||
static const std::string DEFAULT_TRAVERSAL_HOST;
|
||||
static constexpr u16 DEFAULT_TRAVERSAL_PORT = 6262;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue