Skip to content

Commit 989417d

Browse files
committed
macos: fix startup on versions <13.0
1 parent a773c50 commit 989417d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/drivers/platform_darwin.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ static bool frontend_darwin_accessibility_speak(int speed,
998998
static void frontend_darwin_content_loaded(void)
999999
{
10001000
#ifdef HAVE_SWIFT
1001-
if (@available(iOS 16.0, tvOS 16.0, *)) {
1001+
if (@available(macOS 13.0, iOS 16.0, tvOS 16.0, *)) {
10021002
[RetroArchAppShortcuts contentLoaded];
10031003
}
10041004
#endif

0 commit comments

Comments
 (0)