Python: Fix build

This commit is contained in:
Vicki Pfau 2025-05-03 01:44:35 -07:00
parent 3fe28520ca
commit 8c6a8cd63f

View File

@ -8,6 +8,7 @@
#define MGBA_EXPORT
#define ATTRIBUTE_FORMAT(X, Y, Z)
#define ATTRIBUTE_NONSTRING
#define DECL_BITFIELD(newtype, oldtype) typedef oldtype newtype
#define DECL_BIT(type, field, bit) DECL_BITS(type, field, bit, 1)
#define DECL_BITS(TYPE, FIELD, START, SIZE) \