mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2026-04-25 08:07:17 -05:00
ekt: document port
This commit is contained in:
parent
04416715ef
commit
136da4a2b8
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user