mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-16 07:29:53 +00:00
(XDK) Build fix #2
This commit is contained in:
parent
950cac260b
commit
3f3af129de
5
driver.c
5
driver.c
@ -104,10 +104,7 @@ static const video_driver_t *video_drivers[] = {
|
||||
#ifdef XENON
|
||||
&video_xenon360,
|
||||
#endif
|
||||
#if defined(_XBOX) && (defined(HAVE_D3D8) || defined(HAVE_D3D9))
|
||||
&video_xdk_d3d,
|
||||
#endif
|
||||
#if defined(HAVE_WIN32_D3D9)
|
||||
#if defined(_XBOX) && (defined(HAVE_D3D8) || defined(HAVE_D3D9)) || defined(HAVE_WIN32_D3D9)
|
||||
&video_d3d,
|
||||
#endif
|
||||
#ifdef SN_TARGET_PSP2
|
||||
|
Loading…
x
Reference in New Issue
Block a user