From 036d61cbd62dc7907f4eeb36764bef9f794588f4 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sun, 3 Nov 2019 19:14:15 +0100 Subject: 3DS: Implement cloud sync support --- backends/platform/3ds/osystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/3ds/osystem.cpp') diff --git a/backends/platform/3ds/osystem.cpp b/backends/platform/3ds/osystem.cpp index 041685d31f..e1186e4bfb 100644 --- a/backends/platform/3ds/osystem.cpp +++ b/backends/platform/3ds/osystem.cpp @@ -193,7 +193,7 @@ void OSystem_3DS::fatalError() { } void OSystem_3DS::logMessage(LogMessageType::Type type, const char *message) { - printf("3DS log: %s\n", message); + printf("%s", message); } } // namespace _3DS -- cgit v1.2.3