Files
UnleashedRecomp-hedge-dev/UnleashedRecomp/api/SWA.inl
2024-10-17 19:16:33 +01:00

10 lines
200 B
C++

#pragma once
#include <cpu/guest_code.h>
#define SWA__CONCAT2(x, y) x##y
#define SWA_CONCAT2(x, y) _CONCAT(x, y)
#define SWA_INSERT_PADDING(length) \
uint8_t SWA_CONCAT2(pad, __LINE__)[length]