Core: Add a passthrough backend for the filesystem, exposed as SDMC.

This commit is contained in:
Emmanuel Gil Peyrot 2014-09-12 00:44:16 +02:00
parent 9251f7e2f8
commit e73caaefe5
5 changed files with 302 additions and 0 deletions

View file

@ -23,7 +23,9 @@ set(SRCS
arm/interpreter/armvirt.cpp
arm/interpreter/thumbemu.cpp
file_sys/archive_romfs.cpp
file_sys/archive_sdmc.cpp
file_sys/file_romfs.cpp
file_sys/file_sdmc.cpp
hle/kernel/address_arbiter.cpp
hle/kernel/archive.cpp
hle/kernel/event.cpp
@ -78,8 +80,10 @@ set(HEADERS
arm/arm_interface.h
file_sys/archive.h
file_sys/archive_romfs.h
file_sys/archive_sdmc.h
file_sys/file.h
file_sys/file_romfs.h
file_sys/file_sdmc.h
hle/kernel/address_arbiter.h
hle/kernel/archive.h
hle/kernel/event.h