From 0faac2faf9bc91b66fedd89c7ce39d125ffd7577 Mon Sep 17 00:00:00 2001 From: TwinAphex51224 Date: Sun, 24 Jun 2012 23:31:36 +0200 Subject: [PATCH] (Xbox 1) Don't include in the Xbox 360 drivers --- driver.c | 6 +++--- msvc/RetroArch-Xbox1/RetroArch-Xbox1.vcproj | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/driver.c b/driver.c index 9e68309839..19054f0b1a 100644 --- a/driver.c +++ b/driver.c @@ -69,7 +69,7 @@ static const audio_driver_t *audio_drivers[] = { #ifdef XENON &audio_xenon360, #endif -#ifdef _XBOX +#ifdef _XBOX360 &audio_xdk360, #endif #ifdef GEKKO @@ -85,7 +85,7 @@ static const video_driver_t *video_drivers[] = { #ifdef XENON &video_xenon360, #endif -#ifdef _XBOX +#ifdef _XBOX360 &video_xdk360, #endif #ifdef HAVE_SDL @@ -119,7 +119,7 @@ static const input_driver_t *input_drivers[] = { #ifdef XENON &input_xenon360, #endif -#ifdef _XBOX +#ifdef _XBOX360 &input_xdk360, #endif #ifdef GEKKO diff --git a/msvc/RetroArch-Xbox1/RetroArch-Xbox1.vcproj b/msvc/RetroArch-Xbox1/RetroArch-Xbox1.vcproj index 46b32f87f3..2b72e737dd 100644 --- a/msvc/RetroArch-Xbox1/RetroArch-Xbox1.vcproj +++ b/msvc/RetroArch-Xbox1/RetroArch-Xbox1.vcproj @@ -258,6 +258,9 @@ CompileAs="2"/> + +