aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl
diff options
context:
space:
mode:
authorrsn88872019-05-07 16:24:07 -0500
committerFilippos Karapetis2019-05-12 11:59:44 +0300
commit30ee1f2cdc6c721f3a46a5acd167e0cd5c498411 (patch)
tree0d5eb557c0bf98ea622b88e20be1fb679bd583c9 /backends/platform/sdl
parent875bc0b1c21aac75e55947ff421f2a8cc9f36c29 (diff)
downloadscummvm-rg350-30ee1f2cdc6c721f3a46a5acd167e0cd5c498411.tar.gz
scummvm-rg350-30ee1f2cdc6c721f3a46a5acd167e0cd5c498411.tar.bz2
scummvm-rg350-30ee1f2cdc6c721f3a46a5acd167e0cd5c498411.zip
Switch: fix version, remove redundant settings and unneeded defines
Diffstat (limited to 'backends/platform/sdl')
-rw-r--r--backends/platform/sdl/switch/switch-main.cpp3
-rw-r--r--backends/platform/sdl/switch/switch.cpp2
-rw-r--r--backends/platform/sdl/switch/switch.mk2
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