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

@ -22,6 +22,8 @@ add_library(core STATIC
file_sys/romfs_filesystem.h
file_sys/savedata_factory.cpp
file_sys/savedata_factory.h
file_sys/sdmc_factory.cpp
file_sys/sdmc_factory.h
file_sys/storage.h
frontend/emu_window.cpp
frontend/emu_window.h