clean up logging, fix bad function args in es3sec

This commit is contained in:
2023-03-21 23:47:06 -04:00
parent cfde84b00b
commit aad6f5a922
7 changed files with 54 additions and 29 deletions

View File

@ -286,6 +286,10 @@ static HRESULT vfs_path_hook(const wchar_t *src, wchar_t *dest, size_t *count)
}
*count = required;
#if 0
dprintf("VFS: Redirecting %ls to %ls\n", src, dest);
#endif
return S_OK;
}