mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-13 22:31:57 +00:00
(WGL) Build fix
This commit is contained in:
parent
eff9bf17a8
commit
8caf16a538
@ -563,8 +563,8 @@ static void gfx_ctx_input_driver(void *data, const input_driver_t **input, void
|
|||||||
{
|
{
|
||||||
(void)data;
|
(void)data;
|
||||||
dinput_wgl = input_dinput.init();
|
dinput_wgl = input_dinput.init();
|
||||||
*input = dinput ? &input_dinput : NULL;
|
*input = dinput_wgl ? &input_dinput : NULL;
|
||||||
*input_data = dinput;
|
*input_data = dinput_wgl;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool gfx_ctx_has_focus(void *data)
|
static bool gfx_ctx_has_focus(void *data)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user