diff --git a/platform/cafe/CMakeLists.txt b/platform/cafe/CMakeLists.txt new file mode 100644 index 00000000..e69de29b diff --git a/source/modules/filesystem/physfs/filesystem.cpp b/source/modules/filesystem/physfs/filesystem.cpp index 3629fa4b..0e8e4cad 100644 --- a/source/modules/filesystem/physfs/filesystem.cpp +++ b/source/modules/filesystem/physfs/filesystem.cpp @@ -501,10 +501,8 @@ namespace love break; } case COMMONPATH_USER_DOCUMENTS: - this->fullPaths[path] = normalize("sdmc:/"); break; case COMMONPATH_USER_DESKTOP: - this->fullPaths[path] = normalize(PHYSFS_getUserDir()); break; case COMMONPATH_MAX_ENUM: default: