-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Description
The console functions are not thread-safe, they can crash.
Use some locks from SDL3 to lock the write-stream for the functions.
Details
Projekt: "ecm.dll"
Datei: "console.h" "console.cpp"
Namespace: "ecm::console"
Tasks
- Use SDL_Mutex* and SDL_CreateMutex
- Lock mutex in all the functions with SDL_LockMutex and SDL_Unlock