yuzu-mainline/src/core
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
..
arm Merge pull request #235 from yuriks/dyncom-map 2014-11-30 08:35:03 -05:00
file_sys Make OpenDirectory fail if the directory doesn't exist 2014-12-07 14:47:14 -08:00
hle Make OpenDirectory fail if the directory doesn't exist 2014-12-07 14:47:14 -08:00
hw Fixed formatting and switch statement warnings 2014-11-27 02:59:14 -08:00
loader Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 2014-11-19 09:03:07 +00:00
CMakeLists.txt HLE: Revamp error handling throrough the HLE code 2014-11-24 17:08:36 -02:00
core_timing.cpp Remove tabs in all files except in skyeye imports and in generated GL code 2014-11-19 09:04:03 +00:00
core_timing.h Remove extraneous semicolons 2014-11-18 08:27:16 -05:00
core.cpp Add static to some variables 2014-11-18 20:04:00 -05:00
core.h Core: Changed RunLoop iterations to 1000 (slightly better performance). 2014-11-11 19:54:09 -05:00
mem_map_funcs.cpp Fixed formatting and switch statement warnings 2014-11-27 02:59:14 -08:00
mem_map.cpp Add static to some variables 2014-11-18 20:04:00 -05:00
mem_map.h Merge pull request #249 from lioncash/enum 2014-12-04 00:01:13 -05:00
settings.cpp Added configuration file system. 2014-10-07 15:09:37 -07:00
settings.h Merge pull request #159 from SeannyM/enable_log 2014-11-15 12:42:08 +01:00
system.cpp Core: Removed unused directory_file_system and meta_file_system modules. 2014-06-27 16:58:30 -04:00
system.h Remove tabs in all files except in skyeye imports and in generated GL code 2014-11-19 09:04:03 +00:00