mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-01 06:23:42 +00:00
(Xbox) Buildfix
This commit is contained in:
parent
978f05ef3b
commit
612c05ac71
@ -738,7 +738,6 @@ static const gfx_ctx_driver_t *d3d_get_context(void *data)
|
||||
static void *d3d_init(const video_info_t *info,
|
||||
const input_driver_t **input, void **input_data)
|
||||
{
|
||||
driver_t *driver = driver_get_ptr();
|
||||
d3d_video_t *vid = NULL;
|
||||
const gfx_ctx_driver_t *ctx = NULL;
|
||||
|
||||
@ -798,7 +797,7 @@ static void *d3d_init(const video_info_t *info,
|
||||
|
||||
#ifdef _XBOX
|
||||
video_driver_ctl(RARCH_DISPLAY_CTL_SET_OWN_DRIVER, NULL);
|
||||
driver->input_data_own = true;
|
||||
video_driver_ctl(RARCH_INPUT_CTL_SET_OWN_DRIVER, NULL);
|
||||
#endif
|
||||
|
||||
return vid;
|
||||
|
Loading…
x
Reference in New Issue
Block a user