Skip to content

Commit

Permalink
[Kernel] Tag XamContentGetLicenseMask as high frequency.
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbed committed Nov 20, 2018
1 parent e1d448f commit ff0b8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xenia/kernel/xam/xam_content.cc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dword_result_t XamContentGetLicenseMask(lpdword_t mask_ptr,
return X_ERROR_SUCCESS;
}
}
DECLARE_XAM_EXPORT1(XamContentGetLicenseMask, kContent, kStub);
DECLARE_XAM_EXPORT2(XamContentGetLicenseMask, kContent, kStub, kHighFrequency);

dword_result_t XamContentGetDeviceName(dword_t device_id,
lpwstring_t name_buffer,
Expand Down

0 comments on commit ff0b8a6

Please sign in to comment.