From 9b1788d1ec9db9d1af81666ecba2754c1b6de9b0 Mon Sep 17 00:00:00 2001 From: ITotalJustice <47043333+ITotalJustice@users.noreply.github.com> Date: Tue, 31 Dec 2024 05:52:51 +0000 Subject: [PATCH] i forgot to enable buffered io for ftp... --- sphaira/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/sphaira/CMakeLists.txt b/sphaira/CMakeLists.txt index c90369b..dc031dd 100644 --- a/sphaira/CMakeLists.txt +++ b/sphaira/CMakeLists.txt @@ -178,6 +178,7 @@ set(FTPSRV_LIB_CUSTOM_DEFINES USE_VFS_SAVE=$ USE_VFS_STORAGE=$ USE_VFS_GC=$ + VFS_NX_BUFFER_IO=$ ) add_subdirectory(${ftpsrv_SOURCE_DIR} binary_dir)