mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-05-10 19:01:53 +00:00
Add missing notify all
This commit is contained in:
parent
d1c40a4435
commit
baec74c6f1
1 changed files with 1 additions and 0 deletions
|
|
@ -378,6 +378,7 @@ void recomp::start_game(const std::u8string& game_id) {
|
|||
std::lock_guard<std::mutex> lock(current_game_mutex);
|
||||
current_game = game_id;
|
||||
game_status.store(GameStatus::Running);
|
||||
game_status.notify_all();
|
||||
}
|
||||
|
||||
bool ultramodern::is_game_started() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue