mirror of
https://github.com/lindbergh-loader/lindbergh-loader.git
synced 2026-09-22 22:48:03 +03:00
Update glxhooks.c
This commit is contained in:
@@ -91,7 +91,7 @@ void glXSwapBuffers(Display *dpy, GLXDrawable drawable)
|
||||
|
||||
int gId = getConfig()->crc32;
|
||||
if (getConfig()->noSDL && (gId == OUTRUN_2_SP_SDX || gId == OUTRUN_2_SP_SDX_REVA ||
|
||||
gId == OUTRUN_2_SP_SDX_REVA_TEST || gId == OUTRUN_2_SP_SDX_TEST))
|
||||
gId == OUTRUN_2_SP_SDX_REVA_TEST || gId == OUTRUN_2_SP_SDX_REVA_TEST2 || gId == OUTRUN_2_SP_SDX_TEST))
|
||||
{
|
||||
XEvent event;
|
||||
while (XPending(dpy))
|
||||
@@ -352,4 +352,4 @@ int glXGetRefreshRateSGI(unsigned int *rate)
|
||||
int glXSwapIntervalSGI(int interval)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user