vfs: hook System_getAppRootPath for unity games

This commit is contained in:
2024-04-07 17:55:38 -04:00
parent 16f7272751
commit 434382ce4b
3 changed files with 35 additions and 3 deletions

View File

@ -75,7 +75,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;