Skip to content

Commit

Permalink
[Ion] Quick-and-dirty fix for the Web simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaya-Cout committed May 21, 2023
1 parent b44a95a commit a124ed7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ion/src/simulator/web/exports.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ void IonSimulatorEventsPushEvent(int eventNumber) {
Ion::Events::replayFrom(j);
}
}

int SDL_LockMutex(SDL_mutex *) { return 0; }
int SDL_UnlockMutex(SDL_mutex *) { return 0; }

0 comments on commit a124ed7

Please sign in to comment.