Remove unneeded KSYS_ALWAYS_INLINE

This commit is contained in:
Léo Lam 2020-12-11 00:24:53 +01:00
parent 9269283b71
commit a92b163884
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ KSYS_CHECK_SIZE_NX150(InlineParam, 0x50);
struct InlineParamPack {
InlineParamPack() = default;
KSYS_ALWAYS_INLINE ~InlineParamPack() = default;
InlineParam& getParam(s32 idx) {
if (idx < 0) {