Not sure why NtQueryVolumeInformationFile was always set to fail.
This commit is contained in:
parent
c0fe77282f
commit
20b76b0e59
|
@ -394,6 +394,11 @@ SHIM_CALL NtQueryFullAttributesFile_shim(
|
||||||
|
|
||||||
SHIM_CALL NtQueryVolumeInformationFile_shim(
|
SHIM_CALL NtQueryVolumeInformationFile_shim(
|
||||||
PPCContext* ppc_state, KernelState* state) {
|
PPCContext* ppc_state, KernelState* state) {
|
||||||
|
// TODO(benvanik): see if this is used.
|
||||||
|
XELOGD(
|
||||||
|
"NtQueryVolumeInformationFile(?)");
|
||||||
|
|
||||||
|
XEASSERTALWAYS();
|
||||||
SHIM_SET_RETURN(X_STATUS_NO_SUCH_FILE);
|
SHIM_SET_RETURN(X_STATUS_NO_SUCH_FILE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue