From df45bd28d78d5a63bde511ea0ab81ce08e7abc91 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 21 Aug 2022 05:43:26 +0200 Subject: [PATCH] Do not try to load devilutionx.mpq on 3DS --- Source/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/init.cpp b/Source/init.cpp index d65d638c4..56764dfe3 100644 --- a/Source/init.cpp +++ b/Source/init.cpp @@ -152,7 +152,7 @@ void LoadCoreArchives() { auto paths = GetMPQSearchPaths(); -#if !defined(__ANDROID__) && !defined(__APPLE__) +#if !defined(__ANDROID__) && !defined(__APPLE__) && !defined(__3DS__) // Load devilutionx.mpq first to get the font file for error messages devilutionx_mpq = LoadMPQ(paths, "devilutionx.mpq"); #endif