mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
begin butchering uiArea
This commit is contained in:
@ -134,3 +134,8 @@ void *uiGLGetProcAddress(const char* proc)
|
||||
{
|
||||
return (void*)wglGetProcAddress(proc);
|
||||
}
|
||||
|
||||
void uiGLSwapBuffers(uiGLContext* ctx)
|
||||
{
|
||||
SwapBuffers(ctx->dc);
|
||||
}
|
||||
|
Reference in New Issue
Block a user