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

@ -12,4 +12,4 @@ struct vfs_config {
wchar_t option[MAX_PATH];
};
HRESULT vfs_hook_init(const struct vfs_config *config);
HRESULT vfs_hook_init(const struct vfs_config *config, const char* game_id);