From b18a6b644b4f79530fddd8ecf0b6ddf1e8f14100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Ca=C3=B1ero?= <54242962+lucascanero@users.noreply.github.com> Date: Tue, 4 Feb 2025 13:24:47 +0000 Subject: [PATCH] enable CloudSync on libnx (switch) (#17516) --- Makefile.libnx | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.libnx b/Makefile.libnx index 7f52f506df..56e2247ec4 100644 --- a/Makefile.libnx +++ b/Makefile.libnx @@ -49,6 +49,7 @@ HAVE_PATCH = 1 HAVE_CHEATS = 1 HAVE_RUNAHEAD = 1 HAVE_NETWORKING = 1 +HAVE_CLOUDSYNC = 1 HAVE_IFINFO = 1 HAVE_NETPLAYDISCOVERY = 1 HAVE_STB_FONT = 1