Improved shaders cache

This commit is contained in:
DH 2016-06-27 21:53:56 +03:00
parent 223979c088
commit 32830d45ff
6 changed files with 56 additions and 17 deletions

View file

@ -440,7 +440,7 @@ namespace fs
const std::string& get_executable_dir();
// Delete directory and all its contents recursively
void remove_all(const std::string& path);
void remove_all(const std::string& path, bool remove_root = true);
// Get size of all files recursively
u64 get_dir_size(const std::string& path);