From 64d58b9b098d71b561d2be0d5511f2ae1395c106 Mon Sep 17 00:00:00 2001 From: rogerman Date: Wed, 1 Feb 2017 16:09:12 -0800 Subject: [PATCH] Cocoa Port: Oops! Forgot to take out a reference to the not-yet-released Apple Metal renderer. - Fixes building of the Xcode project. (Regression from commit aff2d07.) --- desmume/src/frontend/cocoa/cocoa_GPU.mm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/desmume/src/frontend/cocoa/cocoa_GPU.mm b/desmume/src/frontend/cocoa/cocoa_GPU.mm index c50ac77b2..1ec8c99b8 100644 --- a/desmume/src/frontend/cocoa/cocoa_GPU.mm +++ b/desmume/src/frontend/cocoa/cocoa_GPU.mm @@ -31,7 +31,10 @@ #include #include "userinterface/MacOGLDisplayView.h" + +#ifdef ENABLE_APPLE_METAL #include "userinterface/MacMetalDisplayView.h" +#endif #ifdef BOOL #undef BOOL