mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12: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);
|
std::this_thread::sleep_for(10ms);
|
||||||
do_local_task(rsx::FIFO_state::lock_wait);
|
do_local_task(rsx::FIFO_state::lock_wait);
|
||||||
|
|
||||||
|
user_asked_for_frame_capture = false;
|
||||||
|
capture_current_frame = false;
|
||||||
|
|
||||||
m_rsx_thread_exiting = true;
|
m_rsx_thread_exiting = true;
|
||||||
g_dma_manager.join();
|
g_dma_manager.join();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue