We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b9fe1 commit a5b5727Copy full SHA for a5b5727
1 file changed
src/library_sdl.js
@@ -1160,6 +1160,8 @@ var LibrarySDL = {
1160
SDL_CreateMutex: function() { return 0 },
1161
SDL_LockMutex: function() {},
1162
SDL_UnlockMutex: function() {},
1163
+ SDL_mutexP: function() { return 0 },
1164
+ SDL_mutexV: function() { return 0 },
1165
SDL_DestroyMutex: function() {},
1166
1167
SDL_CreateCond: function() { return 0 },
0 commit comments