mirror of
https://github.com/libretro/RetroArch
synced 2025-02-25 03:40:50 +00:00
(Xbox 1) Build fix in rgui.c
This commit is contained in:
parent
a750cbd7f5
commit
8d67705bc6
@ -42,7 +42,7 @@
|
||||
#elif defined(GEKKO)
|
||||
#define DECLARE_DEVICE_PTR() gx_video_t *device_ptr = (gx_video_t*)driver.video_data
|
||||
#elif defined(HAVE_D3D8) || defined(HAVE_D3D9)
|
||||
#define DECLARE_DEVICE_PTR() xdk_d3d_video_t *d3d = (xdk_d3d_video_t*)driver.video_data
|
||||
#define DECLARE_DEVICE_PTR() xdk_d3d_video_t *device_ptr = (xdk_d3d_video_t*)driver.video_data
|
||||
#endif
|
||||
|
||||
#ifdef GEKKO
|
||||
|
Loading…
x
Reference in New Issue
Block a user