Browse Source

Do not try to load devilutionx.mpq on 3DS

pull/5263/head
Anders Jenbo 4 years ago
parent
commit
df45bd28d7
  1. 2
      Source/init.cpp

2
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

Loading…
Cancel
Save