fix for macOS

This commit is contained in:
kanjitalk755 2022-10-12 11:17:27 +09:00
parent 3f7896976a
commit b3ebcd595c
1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@ static bool init_sdl()
assert(sdl_flags != 0);
#ifdef USE_SDL_VIDEO
#if REAL_ADDRESSING
#if REAL_ADDRESSING && !defined(__MACOSX__)
// Needed to fix a crash when using Wayland
// Forces use of XWayland instead
setenv("SDL_VIDEODRIVER", "x11", true);