mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 17:10:12 +00:00
(360) Build fix - now compiles in screenshot code
This commit is contained in:
parent
48c042d56c
commit
46087cc0ef
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user