Pre Filepath cleanup

This commit is contained in:
mwalker33 2020-04-24 16:56:35 +10:00 committed by Philippe Teuwen
parent 3aee4fc5e9
commit 7fdaa51678
5 changed files with 48 additions and 44 deletions

View file

@ -136,6 +136,8 @@ static bool is_directory(const char *filename) {
* @param dirname
* @return
*/
// Not used...
/*
#ifdef _WIN32
#define make_dir(a) _mkdir(a)
#else
@ -189,7 +191,7 @@ bool create_path(const char *dirname) {
}
return true;
}
*/
bool setDefaultPath (savePaths_t pathIndex,const char *Path) {
if (pathIndex < spItemCount) {