melonDS: ignore padding issues on struct
This commit is contained in:
8
srcpkgs/melonDS/patches/ignore-padding.patch
Normal file
8
srcpkgs/melonDS/patches/ignore-padding.patch
Normal 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>);
|
||||
Reference in New Issue
Block a user