mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[Ion] Quick-and-dirty fix for the Web simulator
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user