mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(OSX) Fixes
This commit is contained in:
parent
0a7bc4d21f
commit
f170856374
@ -31,6 +31,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <compat/apple_compat.h>
|
||||
#include <retro_assert.h>
|
||||
|
||||
#import "../../ui/drivers/cocoa/cocoa_common.h"
|
||||
@ -163,7 +164,7 @@ void *get_chosen_screen(void)
|
||||
|
||||
if (settings->video.monitor_index >= screens.count)
|
||||
{
|
||||
RARCH_WARN("video_monitor_index is greater than the number of connected monitors; using main screen instead.\n");
|
||||
RARCH_WARN("video_monitor_index is greater than the number of connected monitors; using main screen instead.");
|
||||
#if __has_feature(objc_arc)
|
||||
return (__bridge void*)screens;
|
||||
#else
|
||||
|
@ -20,6 +20,7 @@
|
||||
#ifdef HAVE_COCOA
|
||||
#include "../ui_cocoa.h"
|
||||
#endif
|
||||
#include "../../../verbosity.h"
|
||||
|
||||
/* Define compatibility symbols and categories. */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user