[Kernel] Flag a few frequently-used functions as kHighFrequency

This commit is contained in:
Dr. Chat
2018-05-05 18:44:08 -05:00
parent 77d1d7342e
commit 10c8413acf
3 changed files with 34 additions and 25 deletions

View File

@@ -68,7 +68,8 @@ dword_result_t XNotifyGetNext(dword_t handle, dword_t match_id,
return dequeued ? 1 : 0;
}
DECLARE_XAM_EXPORT(XNotifyGetNext, ExportTag::kImplemented);
DECLARE_XAM_EXPORT(XNotifyGetNext,
ExportTag::kImplemented | ExportTag::kHighFrequency);
dword_result_t XNotifyDelayUI(dword_t delay_ms) {
// Ignored.