mirror of
https://github.com/zeldaret/botw
synced 2026-06-04 18:58:37 -04:00
Remove unneeded KSYS_ALWAYS_INLINE
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user