macOS/iOS: Add resources to the bundle

This commit is contained in:
Gleb Mazovetskiy 2021-12-05 12:07:20 +00:00 committed by Anders Jenbo
commit 0f924528ba
3 changed files with 64 additions and 37 deletions

View file

@ -164,7 +164,7 @@ void init_archives()
{
auto paths = GetMPQSearchPaths();
#ifndef __ANDROID__
#if !defined(__ANDROID__) && !defined(__APPLE__)
// Load devilutionx.mpq first to get the font file for error messages
devilutionx_mpq = LoadMPQ(paths, "devilutionx.mpq");
#endif