Merge pull request #255 from Subv/sd_card

FS: Implemented access to the SD card
This commit is contained in:
bunnei 2018-03-23 20:48:26 -04:00 committed by GitHub
commit a397a9e9a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 329 additions and 48 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