mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2026-03-24 20:51:12 +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_timing.cpp | ||
| core_timing.h | ||
| core.cpp | ||
| core.h | ||
| mem_map_funcs.cpp | ||
| mem_map.cpp | ||
| mem_map.h | ||
| settings.cpp | ||
| settings.h | ||
| system.cpp | ||
| system.h | ||