Closed suve closed 1 year ago
Best regards Matthias
With this patch, sdlmutex.inc
matches SDL_mutex.h
as of SDL 2.26.3 - though to be fair, the API has not changed since SDL 2.0.0.
Thanks for the clean up!
I will merge this and update the version tag and the cheatsheet hint separately and directly to the master branch. This is quicker than pushing to this PR as these files are not included, yet.
This patch fixes the definitions for
PSDL_Mutex
,PSDL_Sem
andPSDL_Cond
, adds a proper definition forSDL_MUTEX_MAXWAIT
, and restores original SDL doc-comments for the mutex functions.