Not sure why NtQueryVolumeInformationFile was always set to fail.

This commit is contained in:
Ben Vanik 2014-01-07 19:44:49 -08:00
parent c0fe77282f
commit 20b76b0e59
1 changed files with 5 additions and 0 deletions

View File

@ -394,6 +394,11 @@ SHIM_CALL NtQueryFullAttributesFile_shim(
SHIM_CALL NtQueryVolumeInformationFile_shim(
PPCContext* ppc_state, KernelState* state) {
// TODO(benvanik): see if this is used.
XELOGD(
"NtQueryVolumeInformationFile(?)");
XEASSERTALWAYS();
SHIM_SET_RETURN(X_STATUS_NO_SUCH_FILE);
}