You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unused code from library_sdl.js. NFC (#18986)
This came out of the work I'm doing on #18979
- SDL_malloc/SDL_free are not declared in the SDL header but instead
defined to malloc/free (because we define HAVE_MALLOC).
- Mix_PlayChannel is defined to Mix_PlayChannelTimes in the header.
- SDL_BlitScaled/SDL_BlitSurface are defined to SDL_UpperBlitScaled
and SDL_UpperBlit respectively.
- SDL_UnlockMutex and SDL_LockMutex are defined to SDL_mutexV and
SDL_mutexP.
- SDL_LoadBMP is defined as SDL_LoadBMP_RW
0 commit comments