mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 01:21:03 +00:00
Build fix.
This commit is contained in:
parent
5bdd368192
commit
5614a77cec
@ -591,7 +591,7 @@ static void gfx_ctx_show_mouse(void *data, bool state)
|
|||||||
|
|
||||||
static void gfx_ctx_bind_hw_render(void *data, bool enable)
|
static void gfx_ctx_bind_hw_render(void *data, bool enable)
|
||||||
{
|
{
|
||||||
g_use_hw_render = enable;
|
g_use_hw_ctx = enable;
|
||||||
if (g_hdc)
|
if (g_hdc)
|
||||||
wglMakeCurrent(g_hdc, enable ? g_hw_hrc : g_hrc);
|
wglMakeCurrent(g_hdc, enable ? g_hw_hrc : g_hrc);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user