Update glxhooks.c

This commit is contained in:
dkeruza
2024-12-23 23:02:49 -05:00
committed by GitHub
parent 95678928a0
commit c05a9e3d6e
+2 -2
View File
@@ -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;
}
}