Skip to content

Commit a5b5727

Browse files
committed
SDL mutex stubs
1 parent 87b9fe1 commit a5b5727

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/library_sdl.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,6 +1160,8 @@ var LibrarySDL = {
11601160
SDL_CreateMutex: function() { return 0 },
11611161
SDL_LockMutex: function() {},
11621162
SDL_UnlockMutex: function() {},
1163+
SDL_mutexP: function() { return 0 },
1164+
SDL_mutexV: function() { return 0 },
11631165
SDL_DestroyMutex: function() {},
11641166

11651167
SDL_CreateCond: function() { return 0 },

0 commit comments

Comments
 (0)