mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 21:36:26 +00:00
(OSX) get_chosen_screen - should now compile for Snow Leopard and up
This commit is contained in:
parent
223448d943
commit
611ca465fe
@ -242,7 +242,7 @@ static bool g_is_syncing = true;
|
||||
|
||||
static RAScreen* get_chosen_screen()
|
||||
{
|
||||
#if __has_feature(objc_arc)
|
||||
#ifdef MAC_OS_X_VERSION_10_7
|
||||
@autoreleasepool {
|
||||
if (g_settings.video.monitor_index >= RAScreen.screens.count)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user