diff --git a/source/fileop.cpp b/source/fileop.cpp index e774407..7c7914d 100644 --- a/source/fileop.cpp +++ b/source/fileop.cpp @@ -463,7 +463,7 @@ void CreateAppPath(char * origpath) int pos = 0; // replace fat:/ with sd:/ - if(strncmp(path, "fat:/", 5) == 0) + if(strncmp(path, "fat:/", 5) == 0 || strncmp(path, "sd1:/", 5) == 0) { pos++; path[1] = 's';