mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Tagged NtSetInformationFile as high frequency.
This commit is contained in:
parent
f39eb9f047
commit
890a0513ef
|
|
@ -449,7 +449,8 @@ dword_result_t NtSetInformationFile(
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
DECLARE_XBOXKRNL_EXPORT(NtSetInformationFile, ExportTag::kImplemented);
|
DECLARE_XBOXKRNL_EXPORT(NtSetInformationFile,
|
||||||
|
ExportTag::kImplemented | ExportTag::kHighFrequency);
|
||||||
|
|
||||||
struct X_IO_STATUS_BLOCK {
|
struct X_IO_STATUS_BLOCK {
|
||||||
union {
|
union {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue