platform: fix dipsw settings not applying

This commit is contained in:
2025-06-19 18:17:20 +02:00
parent 24e8bc87a3
commit dbfc62b5d4
2 changed files with 4 additions and 13 deletions

View File

@ -82,13 +82,13 @@ HRESULT platform_hook_init(
return hr;
}
hr = system_init(&cfg->system, &cfg->vfs);
hr = epay_hook_init(&cfg->epay);
if (FAILED(hr)) {
return hr;
}
hr = epay_hook_init(&cfg->epay);
hr = system_init(&cfg->system, &cfg->vfs);
if (FAILED(hr)) {
return hr;