mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-21 21:35:38 +00:00
Added default values for PortIn, PortOut, and AddressOut
This commit is contained in:
parent
84ae9df665
commit
5e61e2f388
|
@ -1433,6 +1433,9 @@ static Util::Config::Node DefaultConfig()
|
|||
// NetBoard
|
||||
config.Set("Network", false);
|
||||
config.Set("SimulateNet", true);
|
||||
config.Set("PortIn", unsigned(1970));
|
||||
config.Set("PortOut", unsigned(1971));
|
||||
config.Set("AddressOut", "127.0.0.1");
|
||||
#endif
|
||||
#else
|
||||
config.Set("InputSystem", "sdl");
|
||||
|
|
Loading…
Reference in a new issue