forked from Dniel97/segatools
platform/config.c: Set sensible default keychip subnet
This commit is contained in:
parent
b23ff704be
commit
dcdc19086d
@ -210,7 +210,7 @@ void nusec_config_load(struct nusec_config *cfg, const wchar_t *filename)
|
|||||||
GetPrivateProfileStringW(
|
GetPrivateProfileStringW(
|
||||||
L"keychip",
|
L"keychip",
|
||||||
L"subnet",
|
L"subnet",
|
||||||
L"0.0.0.0",
|
L"192.168.100.0",
|
||||||
subnet,
|
subnet,
|
||||||
_countof(subnet),
|
_countof(subnet),
|
||||||
filename);
|
filename);
|
||||||
|
Loading…
Reference in New Issue
Block a user