Generate assets with MQ present (#2485)

This commit is contained in:
David Chavez
2023-02-16 19:32:01 +01:00
committed by GitHub
parent 877fc2dcca
commit 6cd7066706
208 changed files with 7785 additions and 7127 deletions

View File

@@ -6,13 +6,6 @@ static const __declspec(align(2)) char gMorphaTitleCardTex[] = dgMorphaTitleCard
static const char gMorphaTitleCardTex[] __attribute__((aligned (2))) = dgMorphaTitleCardTex;
#endif
#define dgMorphaWaterTex "__OTR__objects/object_mo/gMorphaWaterTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMorphaWaterTex[] = dgMorphaWaterTex;
#else
static const char gMorphaWaterTex[] __attribute__((aligned (2))) = dgMorphaWaterTex;
#endif
#define dgMorphaCoreMembraneDL "__OTR__objects/object_mo/gMorphaCoreMembraneDL"
#ifdef _WIN32
static const __declspec(align(2)) char gMorphaCoreMembraneDL[] = dgMorphaCoreMembraneDL;
@@ -321,6 +314,13 @@ static const __declspec(align(2)) char gMorphaTentaclePart40DL[] = dgMorphaTenta
static const char gMorphaTentaclePart40DL[] __attribute__((aligned (2))) = dgMorphaTentaclePart40DL;
#endif
#define dgMorphaWaterTex "__OTR__objects/object_mo/gMorphaWaterTex"
#ifdef _WIN32
static const __declspec(align(2)) char gMorphaWaterTex[] = dgMorphaWaterTex;
#else
static const char gMorphaWaterTex[] __attribute__((aligned (2))) = dgMorphaWaterTex;
#endif
#define dgMorphaBubbleDL "__OTR__objects/object_mo/gMorphaBubbleDL"
#ifdef _WIN32
static const __declspec(align(2)) char gMorphaBubbleDL[] = dgMorphaBubbleDL;