瀏覽代碼

fnsince.pl: Whoops, it's SDL_RegisterApp and not SDL_SetMainReady in 2.0.2.

Ryan C. Gordon 3 年之前
父節點
當前提交
83024f3299
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build-scripts/fnsince.pl

+ 1 - 1
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';