diff --git a/gfx/drivers_context/cocoa_gl_ctx.m b/gfx/drivers_context/cocoa_gl_ctx.m index e038630e49..9e30e3176e 100644 --- a/gfx/drivers_context/cocoa_gl_ctx.m +++ b/gfx/drivers_context/cocoa_gl_ctx.m @@ -31,6 +31,7 @@ #endif #endif +#include #include #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 diff --git a/pkg/apple/RetroArch_PPC.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_PPC.xcodeproj/project.pbxproj index ee01406c5c..7969a31c6c 100644 --- a/pkg/apple/RetroArch_PPC.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_PPC.xcodeproj/project.pbxproj @@ -282,7 +282,7 @@ ONLY_ACTIVE_ARCH = YES; OTHER_CFLAGS = ( "-DHAVE_GRIFFIN", - "-DHAVE_LANGEXTRA", + "-DHAVE_LANGEXTRA", "-DHAVE_CHEEVOS", "-DHAVE_STB_FONT", "-DHAVE_IOHIDMANAGER", @@ -316,7 +316,7 @@ "-DHAVE_ZARCH", "-DHAVE_HID", "-DHAVE_XMB", - "-DHAVE_SHADERPIPELINE", + "-DHAVE_SHADERPIPELINE", "-DHAVE_MMAP", "-DHAVE_LIBRETRODB", "-DHAVE_FILTERS_BUILTIN", @@ -356,7 +356,7 @@ "-DNS_BLOCK_ASSERTIONS=1", "-DNDEBUG", "-DHAVE_GRIFFIN", - "-DHAVE_LANGEXTRA", + "-DHAVE_LANGEXTRA", "-DHAVE_CHEEVOS", "-DHAVE_STB_FONT", "-DHAVE_IOHIDMANAGER", @@ -390,7 +390,7 @@ "-DHAVE_ZARCH", "-DHAVE_HID", "-DHAVE_XMB", - "-DHAVE_SHADERPIPELINE", + "-DHAVE_SHADERPIPELINE", "-DHAVE_MMAP", "-DHAVE_LIBRETRODB", "-DHAVE_FILTERS_BUILTIN", diff --git a/ui/drivers/cocoa/cocoa_common.m b/ui/drivers/cocoa/cocoa_common.m index 4627c1c211..248aa170e2 100644 --- a/ui/drivers/cocoa/cocoa_common.m +++ b/ui/drivers/cocoa/cocoa_common.m @@ -20,6 +20,7 @@ #ifdef HAVE_COCOA #include "../ui_cocoa.h" #endif +#include "../../../verbosity.h" /* Define compatibility symbols and categories. */