mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
have more code
This commit is contained in:
@ -49,8 +49,9 @@ private:
|
||||
void LoadIndex();
|
||||
void SaveIndex();
|
||||
|
||||
bool ExportFile(std::string path, std::string out);
|
||||
void ExportChanges(std::string sourcedir);
|
||||
bool ExportFile(std::string path, std::string out, std::filesystem::file_time_type& modtime);
|
||||
void ExportDirectory(std::string path, std::string outbase, int level);
|
||||
void ExportChanges(std::string outbase);
|
||||
|
||||
bool CanFitFile(u32 len);
|
||||
bool DeleteDirectory(std::string path, int level);
|
||||
|
Reference in New Issue
Block a user