mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-12-28 18:26:49 +01:00
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 . |
||
|---|---|---|
| .. | ||
| arm | ||
| file_sys | ||
| hle | ||
| hw | ||
| loader | ||
| CMakeLists.txt | ||
| core.cpp | ||
| core.h | ||
| core_timing.cpp | ||
| core_timing.h | ||
| mem_map.cpp | ||
| mem_map.h | ||
| mem_map_funcs.cpp | ||
| settings.cpp | ||
| settings.h | ||
| system.cpp | ||
| system.h | ||