yuzu/src/core/file_sys
archshift 20d2ed0950 Make OpenDirectory fail if the directory doesn't exist
This is in line with what the hardware itself does.

It does this by splitting the initial directory opening into Directory.Open(), which will return false if a stat fails.
Then, Archive::OpenDirectory will return nullptr, and archive.cpp will return an error code .
2014-12-07 14:47:14 -08:00
..
archive.h Merge pull request #222 from archshift/renamexyz 2014-12-04 22:07:47 -05:00
archive_romfs.cpp Updated archive.cpp functions for proper error handling 2014-12-03 22:50:44 -08:00
archive_romfs.h Implemented RenameDirectory in FS:USER 2014-11-24 15:09:12 -08:00
archive_sdmc.cpp Make OpenDirectory fail if the directory doesn't exist 2014-12-07 14:47:14 -08:00
archive_sdmc.h Implemented RenameDirectory in FS:USER 2014-11-24 15:09:12 -08:00
directory.h Make OpenDirectory fail if the directory doesn't exist 2014-12-07 14:47:14 -08:00
directory_romfs.cpp Make OpenDirectory fail if the directory doesn't exist 2014-12-07 14:47:14 -08:00
directory_romfs.h Make OpenDirectory fail if the directory doesn't exist 2014-12-07 14:47:14 -08:00
directory_sdmc.cpp Make OpenDirectory fail if the directory doesn't exist 2014-12-07 14:47:14 -08:00
directory_sdmc.h Make OpenDirectory fail if the directory doesn't exist 2014-12-07 14:47:14 -08:00
file.h FileSys: split the constructor into an Open method, in order to notify the opener something went wrong. 2014-10-06 19:58:42 +02:00
file_romfs.cpp FileSys: split the constructor into an Open method, in order to notify the opener something went wrong. 2014-10-06 19:58:42 +02:00
file_romfs.h FileSys: split the constructor into an Open method, in order to notify the opener something went wrong. 2014-10-06 19:58:42 +02:00
file_sdmc.cpp FileSys: Updated backend code to use FileSys::Path instead of string for paths. 2014-11-17 21:49:24 -05:00
file_sdmc.h FileSys: Updated backend code to use FileSys::Path instead of string for paths. 2014-11-17 21:49:24 -05:00