mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-10 12:50:04 +00:00
Artic Base: Implement DLC support and other fixes
This commit is contained in:
parent
1e2be72e5e
commit
194f5273ad
15 changed files with 984 additions and 235 deletions
|
@ -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{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue