From db7be5736ba534224ff12cce88ff0539736a4db6 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Thu, 29 Mar 2012 15:33:28 +0200 Subject: [PATCH] (360/PS3) OVERRIDE_VIDEO_FRAME_FUNC ifdeffed for 360/PS3 --- console/griffin/func_hooks.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/console/griffin/func_hooks.h b/console/griffin/func_hooks.h index f3d8c7edea..7d5283de54 100644 --- a/console/griffin/func_hooks.h +++ b/console/griffin/func_hooks.h @@ -21,7 +21,9 @@ /*============================================================ GENERAL ============================================================ */ +#if defined(__CELLOS_LV2__) || defined(_XBOX) #define HAVE_GRIFFIN_OVERRIDE_VIDEO_FRAME_FUNC 1 +#endif #define ssnes_render_cached_frame() \ const char *msg = msg_queue_pull(g_extern.msg_queue); \