mirror of
https://github.com/libretro/RetroArch.git
synced 2026-01-09 06:34:03 +08:00
macos: adjust CADisplaylink stutter-fix version conditions
This commit is contained in:
parent
ad7c51cb67
commit
219bc218fb
@ -128,7 +128,7 @@ static void rarch_draw_observer(CFRunLoopObserverRef observer,
|
||||
else
|
||||
rarch_stop_draw_observer();
|
||||
#elif defined(OSX)
|
||||
else if (!(@available(macOS 14.0, *)))
|
||||
else if (!(@available(macOS 15.0, *)))
|
||||
CFRunLoopWakeUp(CFRunLoopGetMain());
|
||||
#endif
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user