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
-1
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) {