mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 02:15:45 +00:00
FS: Added an SDMC archive factory and registered it to the SDMC archive on startup.
This commit is contained in:
parent
b2d7c92cae
commit
c4ca802b9d
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