mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 11:05:46 +00:00
FS: Added an SDMC archive factory and registered it to the SDMC archive on startup.
This commit is contained in:
parent
70d45b2a59
commit
a079723254
5 changed files with 79 additions and 0 deletions
|
@ -26,6 +26,7 @@ namespace FileSystem {
|
|||
enum class Type {
|
||||
RomFS = 1,
|
||||
SaveData = 2,
|
||||
SDMC = 3,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue