FS: Added an SDMC archive factory and registered it to the SDMC archive on startup.

This commit is contained in:
Subv
2018-03-19 21:17:15 -05:00
parent b2d7c92cae
commit c4ca802b9d
5 changed files with 79 additions and 0 deletions

View File

@ -26,6 +26,7 @@ namespace FileSystem {
enum class Type {
RomFS = 1,
SaveData = 2,
SDMC = 3,
};
/**