Skip to content

Commit

Permalink
Add missing notify all
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed May 30, 2024
1 parent 04e6ab5 commit af22127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions librecomp/src/recomp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,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() {
Expand Down

0 comments on commit af22127

Please sign in to comment.