mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 22:57:57 -05:00
Core: Add a passthrough backend for the filesystem, exposed as SDMC.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user