Generate assets with MQ present (#2485)

This commit is contained in:
David Chavez 2023-02-16 19:32:01 +01:00 committed by GitHub
commit 6cd7066706
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
208 changed files with 7785 additions and 7127 deletions

View file

@ -34,11 +34,4 @@ static const __declspec(align(2)) char sCircleWipeVtx[] = dsCircleWipeVtx;
static const char sCircleWipeVtx[] __attribute__((aligned (2))) = dsCircleWipeVtx;
#endif
#define dsCircleDList "__OTR__code/z_fbdemo_circle/sCircleDList"
#ifdef _WIN32
static const __declspec(align(2)) char sCircleDList[] = dsCircleDList;
#else
static const char sCircleDList[] __attribute__((aligned (2))) = dsCircleDList;
#endif