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); \