Browse Source

[3DS] Fix async loading

pull/7821/head
staphen 1 year ago committed by Gleb Mazovetskiy
parent
commit
47a1f98f36
  1. 2
      Source/interfac.cpp

2
Source/interfac.cpp

@ -40,7 +40,7 @@ namespace devilution {
namespace {
#if defined(__APPLE__) && defined(USE_SDL1)
#if (defined(__APPLE__) || defined(__3DS__)) && defined(USE_SDL1)
// On Tiger PPC, SDL_PushEvent from a background thread appears to do nothing.
#define SDL_PUSH_EVENT_BG_THREAD_WORKS 0
#else

Loading…
Cancel
Save