From 46087cc0efa4d1cfeb77914cf4137f8708cc4041 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 29 Sep 2013 18:08:11 +0200 Subject: [PATCH] (360) Build fix - now compiles in screenshot code --- retroarch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroarch.c b/retroarch.c index 23e1350cab..5f2ee98b2a 100644 --- a/retroarch.c +++ b/retroarch.c @@ -69,7 +69,7 @@ static void check_fast_forward_button(void) old_hold_button_state = new_hold_button_state; } -#if defined(HAVE_SCREENSHOTS) && !defined(_XBOX) +#if defined(HAVE_SCREENSHOTS) && !defined(_XBOX1) static bool take_screenshot_viewport(void) { struct rarch_viewport vp = {0};