fix more bugs in the DLDI machine

This commit is contained in:
Arisotura
2021-10-29 01:33:37 +02:00
parent cca5615748
commit 635a47014f
2 changed files with 10 additions and 11 deletions

View File

@ -72,7 +72,7 @@ private:
void CleanupDirectory(std::string sourcedir, std::string path, int level);
bool ImportFile(std::string path, std::filesystem::path in);
bool ImportDirectory(std::string sourcedir);
u64 GetDirectorySize(std::string sourcedir);
u64 GetDirectorySize(std::filesystem::path sourcedir);
bool Load(std::string filename, u64 size, std::string sourcedir);
bool Save();