mirror of https://github.com/zeldaret/botw.git
Remove unneeded KSYS_ALWAYS_INLINE
This commit is contained in:
parent
9269283b71
commit
a92b163884
|
@ -116,7 +116,6 @@ KSYS_CHECK_SIZE_NX150(InlineParam, 0x50);
|
||||||
|
|
||||||
struct InlineParamPack {
|
struct InlineParamPack {
|
||||||
InlineParamPack() = default;
|
InlineParamPack() = default;
|
||||||
KSYS_ALWAYS_INLINE ~InlineParamPack() = default;
|
|
||||||
|
|
||||||
InlineParam& getParam(s32 idx) {
|
InlineParam& getParam(s32 idx) {
|
||||||
if (idx < 0) {
|
if (idx < 0) {
|
||||||
|
|
Loading…
Reference in New Issue