yuzu-fork/src/core/file_sys
wwylele 0e754875d1 FileSys: remove Open from DirectoryBackend
Open should not be an interface exposed by Directory because it is the Archive thats implement the methed to open the directory. The service API of 3DS also implies this - Open is not a function of directory service, but is of FS main service
2016-11-19 17:17:19 +02:00
..
archive_backend.cpp Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
archive_backend.h FileSys: make Archive interfaces return error code 2016-11-01 18:30:32 +02:00
archive_extsavedata.cpp Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
archive_extsavedata.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
archive_romfs.cpp Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
archive_romfs.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
archive_savedata.cpp Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
archive_savedata.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
archive_savedatacheck.cpp Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
archive_savedatacheck.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
archive_sdmc.cpp Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
archive_sdmc.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
archive_systemsavedata.cpp Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
archive_systemsavedata.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
directory_backend.h FileSys: remove Open from DirectoryBackend 2016-11-19 17:17:19 +02:00
disk_archive.cpp FileSys: remove Open from DirectoryBackend 2016-11-19 17:17:19 +02:00
disk_archive.h FileSys: remove Open from DirectoryBackend 2016-11-19 17:17:19 +02:00
file_backend.h Remove empty newlines in #include blocks. 2016-09-21 11:15:47 +09:00
ivfc_archive.cpp FileSys: make Archive interfaces return error code 2016-11-01 18:30:32 +02:00
ivfc_archive.h FileSys: remove Open from DirectoryBackend 2016-11-19 17:17:19 +02:00
path_parser.cpp FileSys: add PathParser 2016-11-19 17:17:19 +02:00
path_parser.h FileSys: add PathParser 2016-11-19 17:17:19 +02:00