melonDS: ignore padding issues on struct

This commit is contained in:
Andrew Benson 2021-09-14 08:57:37 -05:00
parent 0fa25dd11a
commit d67a7ffb1f

View file

@ -0,0 +1,8 @@
--- a/src/teakra/src/test.h
+++ b/src/teakra/src/test.h
@@ -34,5 +34,4 @@
u16 opcode, expand;
};
-static_assert(sizeof(TestCase) == 4312);
static_assert(std::is_trivially_copyable_v<TestCase>);