devoptab: add http, nfs and smb mount. nca: zero init ncz structs. fs: fix FsPath compare.

This commit is contained in:
ITotalJustice
2025-09-03 18:56:54 +01:00
parent fd67da0527
commit 5158e264c0
14 changed files with 2075 additions and 30 deletions

View File

@@ -81,6 +81,8 @@ private:
std::vector<BufferedFileData> buffered_large{}; // 1MiB
};
bool fix_path(const char* str, char* out);
bool fix_path(const char* str, char* out, bool strip_leading_slash = false);
void update_devoptab_for_read_only(devoptab_t* devoptab, bool read_only);
} // namespace sphaira::devoptab::common