Skip to content

Commit

Permalink
game-capture: reset hook_stop signal
Browse files Browse the repository at this point in the history
  • Loading branch information
fan.zirong committed Nov 28, 2024
1 parent c8e215b commit 5616050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/win-capture/game-capture.c
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,7 @@ static inline bool init_events(struct game_capture *gc)
warn("init_events: failed to get hook_stop event: %lu", GetLastError());
return false;
}
ResetEvent(gc->hook_stop);
}

if (!gc->hook_init) {
Expand Down

0 comments on commit 5616050

Please sign in to comment.