mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2025-12-01 01:27:24 +00: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 . |
||
|---|---|---|
| .. | ||
| address_arbiter.cpp | ||
| address_arbiter.h | ||
| archive.cpp | ||
| archive.h | ||
| event.cpp | ||
| event.h | ||
| kernel.cpp | ||
| kernel.h | ||
| mutex.cpp | ||
| mutex.h | ||
| shared_memory.cpp | ||
| shared_memory.h | ||
| thread.cpp | ||
| thread.h | ||