forked from Hay1tsme/segatools
ekt: document port
This commit is contained in:
@ -15,7 +15,7 @@ void y3ws_config_load(struct y3ws_config *cfg, const wchar_t *filename)
|
||||
cfg->enable = GetPrivateProfileIntW(L"y3ws", L"enable", 1, filename);
|
||||
cfg->debug = GetPrivateProfileIntW(L"y3ws", L"debug", 0, filename);
|
||||
|
||||
cfg->port = GetPrivateProfileIntW(L"y3ws", L"port", 3497, filename);
|
||||
cfg->port = GetPrivateProfileIntW(L"y3ws", L"port", 3594, filename);
|
||||
|
||||
wchar_t tmpstr[16];
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
Y3WS websocket protocol for card I/O for the taisen series by Haruka:
|
||||
Y3WS websocket protocol for card I/O for the Taisen series by Haruka:
|
||||
|
||||
Default listening port: 3594 (san-go-ku-shi)
|
||||
|
||||
All packets are JSON and, unless otherwise specified contain these fields:
|
||||
|
||||
|
Reference in New Issue
Block a user