mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-05-11 11:22:05 +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);
|
std::lock_guard<std::mutex> lock(current_game_mutex);
|
||||||
current_game = game_id;
|
current_game = game_id;
|
||||||
game_status.store(GameStatus::Running);
|
game_status.store(GameStatus::Running);
|
||||||
|
game_status.notify_all();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ultramodern::is_game_started() {
|
bool ultramodern::is_game_started() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue