Fixed option loading, thanks @Hay1tsme, close #16

This commit is contained in:
2024-06-09 00:50:54 +02:00
parent 7aa996193c
commit b0f307f427
6 changed files with 63 additions and 15 deletions

View File

@ -76,7 +76,7 @@ HRESULT platform_hook_init(
return hr;
}
hr = vfs_hook_init(&cfg->vfs);
hr = vfs_hook_init(&cfg->vfs, game_id);
if (FAILED(hr)) {
return hr;