mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
NtQueryInformationFile: Return X_STATUS_UNSUCCESSFUL on default cause
This commit is contained in:
parent
d9ff65c9a2
commit
5250f0ca3e
|
|
@ -551,6 +551,7 @@ dword_result_t NtQueryInformationFile(dword_t file_handle,
|
||||||
// Unsupported, for now.
|
// Unsupported, for now.
|
||||||
assert_always();
|
assert_always();
|
||||||
info = 0;
|
info = 0;
|
||||||
|
result = X_STATUS_UNSUCCESSFUL;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue