mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
gxm: clear stale gxm sync object tracking
This commit is contained in:
@@ -81,6 +81,11 @@ struct GxmState {
|
||||
if (display_host_thread.joinable())
|
||||
display_host_thread.join();
|
||||
|
||||
{
|
||||
const std::lock_guard<std::mutex> lock(sync_objects_mutex);
|
||||
sync_objects.clear();
|
||||
}
|
||||
|
||||
memory_mapped_regions.clear();
|
||||
display_queue.reset();
|
||||
params = {};
|
||||
|
||||
Reference in New Issue
Block a user