mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
take care of the damn directory delete, I guess
This commit is contained in:
@ -51,6 +51,7 @@ private:
|
||||
|
||||
bool ExportFile(std::string path, std::string out, std::filesystem::file_time_type& modtime);
|
||||
void ExportDirectory(std::string path, std::string outbase, int level);
|
||||
bool DeleteHostDirectory(std::string path, std::string outbase, int level);
|
||||
void ExportChanges(std::string outbase);
|
||||
|
||||
bool CanFitFile(u32 len);
|
||||
|
Reference in New Issue
Block a user