(Xbox 1) Don't include in the Xbox 360 drivers

This commit is contained in:
TwinAphex51224 2012-06-24 23:31:36 +02:00
parent f3cbdb2522
commit 0faac2faf9
2 changed files with 6 additions and 3 deletions

View File

@ -69,7 +69,7 @@ static const audio_driver_t *audio_drivers[] = {
#ifdef XENON #ifdef XENON
&audio_xenon360, &audio_xenon360,
#endif #endif
#ifdef _XBOX #ifdef _XBOX360
&audio_xdk360, &audio_xdk360,
#endif #endif
#ifdef GEKKO #ifdef GEKKO
@ -85,7 +85,7 @@ static const video_driver_t *video_drivers[] = {
#ifdef XENON #ifdef XENON
&video_xenon360, &video_xenon360,
#endif #endif
#ifdef _XBOX #ifdef _XBOX360
&video_xdk360, &video_xdk360,
#endif #endif
#ifdef HAVE_SDL #ifdef HAVE_SDL
@ -119,7 +119,7 @@ static const input_driver_t *input_drivers[] = {
#ifdef XENON #ifdef XENON
&input_xenon360, &input_xenon360,
#endif #endif
#ifdef _XBOX #ifdef _XBOX360
&input_xdk360, &input_xdk360,
#endif #endif
#ifdef GEKKO #ifdef GEKKO

View File

@ -258,6 +258,9 @@
CompileAs="2"/> CompileAs="2"/>
</FileConfiguration> </FileConfiguration>
</File> </File>
<File
RelativePath="..\..\console\rzlib\rzlib.c">
</File>
</Filter> </Filter>
</Files> </Files>
<Globals> <Globals>