aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/switch/switch.cpp
diff options
context:
space:
mode:
authorrsn88872019-05-07 13:52:25 -0500
committerFilippos Karapetis2019-05-12 11:59:44 +0300
commit875bc0b1c21aac75e55947ff421f2a8cc9f36c29 (patch)
tree7dffcf984466dd6cac118220a6f3ac795b56bafd /backends/platform/sdl/switch/switch.cpp
parent488bbb267a4a96db51794d424131817a8afc50c6 (diff)
downloadscummvm-rg350-875bc0b1c21aac75e55947ff421f2a8cc9f36c29.tar.gz
scummvm-rg350-875bc0b1c21aac75e55947ff421f2a8cc9f36c29.tar.bz2
scummvm-rg350-875bc0b1c21aac75e55947ff421f2a8cc9f36c29.zip
Switch: fix build, add build instructions, avoid using delete()
Diffstat (limited to 'backends/platform/sdl/switch/switch.cpp')
-rw-r--r--backends/platform/sdl/switch/switch.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/backends/platform/sdl/switch/switch.cpp b/backends/platform/sdl/switch/switch.cpp
index 7ce3372d8d..391b101aa2 100644
--- a/backends/platform/sdl/switch/switch.cpp
+++ b/backends/platform/sdl/switch/switch.cpp
@@ -87,16 +87,6 @@ void OSystem_Switch::initBackend() {
OSystem_SDL::initBackend();
}
-bool OSystem_Switch::hasFeature(Feature f) {
-
- if (f == kFeatureDisplayLogFile)
- return false;
- if (f == kFeatureOpenUrl)
- return false;
-
- return OSystem_SDL::hasFeature(f);
-}
-
void OSystem_Switch::logMessage(LogMessageType::Type type, const char *message) {
printf("%s\n", message);
}