mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-02 00:12:45 +00:00
NetPlay: Fix saving host game selection
This commit is contained in:
parent
0140009114
commit
203ecb534d
3 changed files with 15 additions and 11 deletions
|
@ -29,8 +29,6 @@ const ConfigInfo<u16> NETPLAY_LISTEN_PORT{{System::Main, "NetPlay", "ListenPort"
|
|||
DEFAULT_LISTEN_PORT};
|
||||
|
||||
const ConfigInfo<std::string> NETPLAY_NICKNAME{{System::Main, "NetPlay", "Nickname"}, "Player"};
|
||||
const ConfigInfo<std::string> NETPLAY_SELECTED_HOST_GAME{
|
||||
{System::Main, "NetPlay", "SelectedHostGame"}, ""};
|
||||
const ConfigInfo<bool> NETPLAY_USE_UPNP{{System::Main, "NetPlay", "UseUPNP"}, false};
|
||||
|
||||
const ConfigInfo<bool> NETPLAY_ENABLE_QOS{{System::Main, "NetPlay", "EnableQoS"}, true};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue