cxb: server support added, bugfixes, thanks @Midorica

This commit is contained in:
2024-03-13 17:51:58 +01:00
parent 2590e749ca
commit 097b74d849
12 changed files with 135 additions and 30 deletions

View File

@ -82,6 +82,13 @@ HRESULT dns_platform_hook_init(const struct dns_config *cfg)
return hr;
}
// croosbeats REV.
hr = dns_hook_push(L"https://rev-ent.ac.capcom.jp:443", cfg->title);
if (FAILED(hr)) {
return hr;
}
// AimePay
hr = dns_hook_push(L"api-aime.am-all.net", cfg->startup);