Skip to content

Commit

Permalink
rsx capture: Fix capture recovery after a crash
Browse files Browse the repository at this point in the history
  • Loading branch information
elad335 committed Jan 24, 2020
1 parent e24c7b8 commit 1ff51d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpcs3/Emu/RSX/RSXThread.cpp
Expand Up @@ -654,6 +654,9 @@ namespace rsx
std::this_thread::sleep_for(10ms);
do_local_task(rsx::FIFO_state::lock_wait);

user_asked_for_frame_capture = false;
capture_current_frame = false;

m_rsx_thread_exiting = true;
g_dma_manager.join();
}
Expand Down

0 comments on commit 1ff51d3

Please sign in to comment.