Skip to content

Commit c89357b

Browse files
fjtrujyslouken
authored andcommitted
Fix wrong callback type
1 parent f4942b3 commit c89357b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/render/ps2/SDL_render_ps2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ typedef struct
6060
static int vsync_sema_id = 0;
6161

6262
// PRIVATE METHODS
63-
static int vsync_handler(void)
63+
static int vsync_handler(int reason)
6464
{
6565
iSignalSema(vsync_sema_id);
6666

0 commit comments

Comments
 (0)