Core: Add a Directory object, with both a stub and a passthrough implementations.
This commit is contained in:
parent
19d04f3abe
commit
33b0d1081e
6 changed files with 264 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue