Change callback_rate_increment type to Uint64

This commit is contained in:
nightmareci
2025-07-01 09:23:03 -07:00
committed by Ryan C. Gordon
parent 9e6a6c01e4
commit 380b6a43a3

View File

@@ -25,7 +25,7 @@
#ifndef SDL_PLATFORM_IOS
static int callback_rate_increment = 0;
static Uint64 callback_rate_increment = 0;
static bool iterate_after_waitevent = false;
static void SDLCALL MainCallbackRateHintChanged(void *userdata, const char *name, const char *oldValue, const char *newValue)