mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(D3D Ctx) Buildfix
This commit is contained in:
parent
a7df537dde
commit
8da911bc65
@ -282,11 +282,13 @@ static void gfx_ctx_d3d_input_driver(void *data,
|
|||||||
(void)data;
|
(void)data;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void gfx_ctx_d3d_set_video_mode(void *data,
|
static bool gfx_ctx_d3d_set_video_mode(void *data,
|
||||||
unsigned width, unsigned height,
|
unsigned width, unsigned height,
|
||||||
bool fullscreen)
|
bool fullscreen)
|
||||||
{
|
{
|
||||||
win32_show_cursor(!fullscreen);
|
win32_show_cursor(!fullscreen);
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void gfx_ctx_d3d_get_video_size(void *data,
|
static void gfx_ctx_d3d_get_video_size(void *data,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user