add files into the DLDI volume

This commit is contained in:
Arisotura
2021-09-21 23:15:52 +02:00
parent 2aa1f81301
commit bfb4769f6f
4 changed files with 83 additions and 22 deletions

View File

@ -40,6 +40,7 @@ private:
static UINT FF_ReadStorage(BYTE* buf, LBA_t sector, UINT num);
static UINT FF_WriteStorage(BYTE* buf, LBA_t sector, UINT num);
bool ImportFile(const char* path, const char* in);
bool BuildSubdirectory(const char* sourcedir, const char* path, int level);
bool Build(const char* sourcedir, u64 size, const char* filename);
};