mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 22:38:10 -05:00
Core: Add a Directory object, with both a stub and a passthrough implementations.
This commit is contained in:
@ -26,6 +26,8 @@ set(SRCS
|
||||
file_sys/archive_sdmc.cpp
|
||||
file_sys/file_romfs.cpp
|
||||
file_sys/file_sdmc.cpp
|
||||
file_sys/directory_romfs.cpp
|
||||
file_sys/directory_sdmc.cpp
|
||||
hle/kernel/address_arbiter.cpp
|
||||
hle/kernel/archive.cpp
|
||||
hle/kernel/event.cpp
|
||||
@ -84,6 +86,9 @@ set(HEADERS
|
||||
file_sys/file.h
|
||||
file_sys/file_romfs.h
|
||||
file_sys/file_sdmc.h
|
||||
file_sys/directory.h
|
||||
file_sys/directory_romfs.h
|
||||
file_sys/directory_sdmc.h
|
||||
hle/kernel/address_arbiter.h
|
||||
hle/kernel/archive.h
|
||||
hle/kernel/event.h
|
||||
|
Reference in New Issue
Block a user