mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-12 19:37:01 +00:00
Linux+OpenGL: Implement GUI vsync setting (#477)
This commit is contained in:
parent
2842615edb
commit
e9d10a9581
6 changed files with 391 additions and 19 deletions
|
|
@ -283,8 +283,13 @@ GLFUNC(PFNGLDEBUGMESSAGECONTROLPROC, glDebugMessageControl)
|
|||
|
||||
// wgl
|
||||
|
||||
#if BOOST_OS_WINDOWS > 0
|
||||
#if BOOST_OS_WINDOWS
|
||||
GLFUNC(PFNWGLSWAPINTERVALEXTPROC, wglSwapIntervalEXT)
|
||||
#endif
|
||||
|
||||
// x
|
||||
// x
|
||||
|
||||
#if BOOST_OS_LINUX
|
||||
EGLFUNC(PFNEGLSWAPINTERVALPROC, eglSwapInterval)
|
||||
EGLFUNC(PFNEGLGETCURRENTDISPLAYPROC, eglGetCurrentDisplay)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue