We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4177e06 commit 213b074Copy full SHA for 213b074
src/render/ps2/SDL_render_ps2.c
@@ -55,7 +55,7 @@ typedef struct
55
static int vsync_sema_id = 0;
56
57
/* PRIVATE METHODS */
58
-static int vsync_handler(void)
+static int vsync_handler(int reason)
59
{
60
iSignalSema(vsync_sema_id);
61
0 commit comments