2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-15 04:06:09 +00:00

Implement CGX & migrate usages to CGX/GX

This commit is contained in:
2022-03-12 10:47:20 -05:00
parent 929bb65417
commit a3d0da44e2
31 changed files with 1560 additions and 912 deletions

View File

@@ -100,7 +100,7 @@ private:
bool x26d_27_enableOPTS : 1;
bool x26d_28_enableADV : 1 = false;
int x270_MBSP = 0;
std::bitset<aurora::gfx::MaxLights> x274_backupLightActive{};
GX::LightMask x274_backupLightActive{};
std::array<bool, 4> x278_hasVMD{};
CRandom16 x27c_randState;
std::array<CModVectorElement*, 4> x280_VELSources{};