mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-09 00:23:35 +00:00
Oops.
This commit is contained in:
parent
592b1974f2
commit
8e5da8d853
1 changed files with 1 additions and 1 deletions
|
|
@ -423,7 +423,7 @@ SHIM_CALL NtQueryInformationFile_shim(
|
|||
// Read timeout.
|
||||
if (length == 4) {
|
||||
info = 4;
|
||||
SHIM_SET_MEM_64(file_info_ptr, 0); // TODO(gibbed): determine how we figure this out
|
||||
SHIM_SET_MEM_32(file_info_ptr, 0); // TODO(gibbed): determine how we figure this out
|
||||
} else {
|
||||
result = X_STATUS_INFO_LENGTH_MISMATCH;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue