mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +01:00
rsx capture: Fix capture recovery after a crash
This commit is contained in:
parent
bdab26ec09
commit
dcb30df7c8
@ -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…
Reference in New Issue
Block a user