From 83024f3299a69a54d26249e1fc7334533851a0d5 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 18 Nov 2021 15:27:21 -0500 Subject: [PATCH] fnsince.pl: Whoops, it's SDL_RegisterApp and not SDL_SetMainReady in 2.0.2. --- build-scripts/fnsince.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/fnsince.pl b/build-scripts/fnsince.pl index 38d375213..594b594cc 100755 --- a/build-scripts/fnsince.pl +++ b/build-scripts/fnsince.pl @@ -87,7 +87,7 @@ $funcs{'SDL_GL_GetDrawableSize'} = '2.0.1'; $funcs{'SDL_Direct3D9GetAdapterIndex'} = '2.0.1'; $funcs{'SDL_RenderGetD3D9Device'} = '2.0.1'; -$funcs{'SDL_SetMainReady'} = '2.0.2'; +$funcs{'SDL_RegisterApp'} = '2.0.2'; $funcs{'SDL_GetAssertionHandler'} = '2.0.2'; $funcs{'SDL_GetDefaultAssertionHandler'} = '2.0.2'; $funcs{'SDL_AtomicAdd'} = '2.0.2';