Skip to content

Commit

Permalink
[3DS] Fix async loading
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCWills authored and glebm committed Mar 8, 2025
1 parent fec72f8 commit 47a1f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/interfac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47a1f98

Please sign in to comment.