mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
video_core: amdgpu: proper destruction of processing thread
This commit is contained in:
@@ -19,6 +19,7 @@ Liverpool::Liverpool() {
|
||||
Liverpool::~Liverpool() {
|
||||
process_thread.request_stop();
|
||||
cv_submit.notify_one();
|
||||
process_thread.join();
|
||||
}
|
||||
|
||||
void Liverpool::Process(std::stop_token stoken) {
|
||||
|
||||
Reference in New Issue
Block a user