deps: update to SDL 3.2.16 (#3975)

This commit is contained in:
Tyler Wilding
2025-07-02 23:07:05 -04:00
committed by GitHub
parent 2d64108af5
commit 012ff7bb16
60 changed files with 1071 additions and 575 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ typedef struct
static int vsync_sema_id = 0;
// PRIVATE METHODS
static int vsync_handler(void)
static int vsync_handler(int reason)
{
iSignalSema(vsync_sema_id);