mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-20 01:15:08 -05:00
Implement SwapInterval for AGL interface
This commit is contained in:
@@ -121,4 +121,8 @@ void cInterfaceAGL::Update()
|
||||
[GLWin.cocoaCtx update];
|
||||
}
|
||||
|
||||
void cInterfaceAGL::SwapInterval(int Interval)
|
||||
{
|
||||
[GLWin.cocoaCtx setValues:(GLint *)&Interval forParameter:NSOpenGLCPSwapInterval];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user