From cc2064f29690deae87d11b2a2deac70bd7f7d2e4 Mon Sep 17 00:00:00 2001 From: ITotalJustice <47043333+ITotalJustice@users.noreply.github.com> Date: Thu, 5 Jun 2025 00:32:40 +0100 Subject: [PATCH] remove save support from ftpsrv as it may conflict with the new save menu. --- sphaira/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sphaira/CMakeLists.txt b/sphaira/CMakeLists.txt index 24710f4..548a0aa 100644 --- a/sphaira/CMakeLists.txt +++ b/sphaira/CMakeLists.txt @@ -275,7 +275,7 @@ set(FTPSRV_LIB_SESSIONS 16) set(FTPSRV_LIB_BUF_SIZE 1024*64) set(FTPSRV_LIB_CUSTOM_DEFINES - USE_VFS_SAVE=$ + USE_VFS_SAVE=$ USE_VFS_STORAGE=$ # disabled as it may conflict with the gamecard menu. USE_VFS_GC=$ @@ -294,7 +294,6 @@ add_library(ftpsrv_helper ${ftpsrv_SOURCE_DIR}/src/platform/nx/vfs/vfs_nx_none.c ${ftpsrv_SOURCE_DIR}/src/platform/nx/vfs/vfs_nx_root.c ${ftpsrv_SOURCE_DIR}/src/platform/nx/vfs/vfs_nx_fs.c - ${ftpsrv_SOURCE_DIR}/src/platform/nx/vfs/vfs_nx_save.c ${ftpsrv_SOURCE_DIR}/src/platform/nx/vfs/vfs_nx_storage.c ${ftpsrv_SOURCE_DIR}/src/platform/nx/vfs/vfs_nx_stdio.c ${ftpsrv_SOURCE_DIR}/src/platform/nx/vfs/vfs_nx_hdd.c