Artic Base: Implement DLC support and other fixes

This commit is contained in:
PabloMK7 2024-07-09 20:17:28 +02:00
parent 1e2be72e5e
commit 194f5273ad
15 changed files with 984 additions and 235 deletions

View file

@ -32,6 +32,7 @@ public:
ARTIC_EXT_DATA = (1 << 1),
ARTIC_BOSS_EXT_DATA = (1 << 2),
ARTIC_SHARED_EXT_DATA = (1 << 3),
ARTIC_SYSTEM_SAVE_DATA = (1 << 4),
};
union PerfArticEvents {
u32 raw{};