mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
rsx capture: Fix capture recovery after a crash
This commit is contained in:
parent
bdab26ec09
commit
dcb30df7c8
1 changed files with 3 additions and 0 deletions
|
@ -665,6 +665,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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue