allow emmc writes (to write warmboot to emusd), allow unaligned emmc writes

This commit is contained in:
Christoph Baumann
2025-05-20 23:52:02 +02:00
parent b301bba5e7
commit 77a01f0a9b
7 changed files with 12 additions and 14 deletions

View File

@@ -241,7 +241,7 @@ namespace ams::fs {
private:
void EnsureFile(int id);
public:
MultiFileStorage(const char *base_path);
MultiFileStorage(const char *base_path, OpenMode mode);
virtual Result Read(s64 offset, void *buffer, size_t size) override;
virtual Result Flush() override;
virtual Result GetSize(s64 *out) override;