mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
add SwapBuffers() for gdi
This commit is contained in:
parent
fb7c3f4c37
commit
bc8f9f7f3f
@ -289,6 +289,8 @@ static uint32_t gfx_ctx_gdi_get_flags(void *data)
|
|||||||
static void gfx_ctx_gdi_swap_buffers(void *data)
|
static void gfx_ctx_gdi_swap_buffers(void *data)
|
||||||
{
|
{
|
||||||
(void)data;
|
(void)data;
|
||||||
|
|
||||||
|
SwapBuffers(win32_hdc);
|
||||||
}
|
}
|
||||||
|
|
||||||
void create_gdi_context(HWND hwnd, bool *quit)
|
void create_gdi_context(HWND hwnd, bool *quit)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user