devoptab: add vfs, change mount.ini path location.

This commit is contained in:
ITotalJustice
2025-09-07 15:43:01 +01:00
parent 43969a773e
commit ba78fd0dc5
11 changed files with 301 additions and 32 deletions

View File

@@ -212,6 +212,6 @@ private:
};
using CreateDeviceCallback = std::function<std::unique_ptr<MountDevice>(const MountConfig& config)>;
Result MountNetworkDevice(const CreateDeviceCallback& create_device, size_t file_size, size_t dir_size, const char* config_path, const char* name);
Result MountNetworkDevice(const CreateDeviceCallback& create_device, size_t file_size, size_t dir_size, const char* name);
} // namespace sphaira::devoptab::common