mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
[Kernel] Tag XamUserGetSigninState as high frequency.
This commit is contained in:
parent
7d07720de1
commit
b24936d248
1 changed files with 2 additions and 1 deletions
|
|
@ -49,7 +49,8 @@ dword_result_t XamUserGetSigninState(dword_t user_index) {
|
|||
return 0;
|
||||
}
|
||||
}
|
||||
DECLARE_XAM_EXPORT1(XamUserGetSigninState, kUserProfiles, kImplemented);
|
||||
DECLARE_XAM_EXPORT2(XamUserGetSigninState, kUserProfiles, kImplemented,
|
||||
kHighFrequency);
|
||||
|
||||
typedef struct {
|
||||
xe::be<uint64_t> xuid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue