mirror of
https://github.com/libretro/RetroArch
synced 2025-02-10 12:40:03 +00:00
(Xbox 1) Don't include in the Xbox 360 drivers
This commit is contained in:
parent
f3cbdb2522
commit
0faac2faf9
6
driver.c
6
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
|
||||
|
@ -258,6 +258,9 @@
|
||||
CompileAs="2"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\console\rzlib\rzlib.c">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
|
Loading…
x
Reference in New Issue
Block a user