diff options
Diffstat (limited to 'backends/platform/sdl/switch')
-rw-r--r-- | backends/platform/sdl/switch/switch-main.cpp | 3 | ||||
-rw-r--r-- | backends/platform/sdl/switch/switch.cpp | 2 | ||||
-rw-r--r-- | backends/platform/sdl/switch/switch.mk | 2 |
3 files changed, 1 insertions, 6 deletions
diff --git a/backends/platform/sdl/switch/switch-main.cpp b/backends/platform/sdl/switch/switch-main.cpp index a44b2fb76e..0cc48ba0cd 100644 --- a/backends/platform/sdl/switch/switch-main.cpp +++ b/backends/platform/sdl/switch/switch-main.cpp @@ -22,9 +22,6 @@ #include <switch.h> -#define FORBIDDEN_SYMBOL_EXCEPTION_stdout -#define FORBIDDEN_SYMBOL_EXCEPTION_stderr - #include "common/scummsys.h" #include "backends/platform/sdl/switch/switch.h" #include "backends/plugins/sdl/sdl-provider.h" diff --git a/backends/platform/sdl/switch/switch.cpp b/backends/platform/sdl/switch/switch.cpp index 391b101aa2..e859fdd125 100644 --- a/backends/platform/sdl/switch/switch.cpp +++ b/backends/platform/sdl/switch/switch.cpp @@ -21,9 +21,7 @@ */ #define FORBIDDEN_SYMBOL_EXCEPTION_printf -#define FORBIDDEN_SYMBOL_EXCEPTION_unistd_h -#include <sys/stat.h> #include "common/scummsys.h" #include "common/config-manager.h" #include "backends/platform/sdl/switch/switch.h" diff --git a/backends/platform/sdl/switch/switch.mk b/backends/platform/sdl/switch/switch.mk index 998333e3f8..376b59f01c 100644 --- a/backends/platform/sdl/switch/switch.mk +++ b/backends/platform/sdl/switch/switch.mk @@ -1,7 +1,7 @@ scummvm.nro: $(EXECUTABLE) mkdir -p ./switch_release/scummvm/data mkdir -p ./switch_release/scummvm/doc - nacptool --create "ScummVM" "Cpasjuste" "2.12" ./switch_release/scummvm.nacp + nacptool --create "ScummVM" "Cpasjuste" "$(VERSION)" ./switch_release/scummvm.nacp elf2nro $(EXECUTABLE) ./switch_release/scummvm/scummvm.nro --icon=$(srcdir)/dists/switch/icon.jpg --nacp=./switch_release/scummvm.nacp scummvm_switch.zip: scummvm.nro |