mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 13:48:40 +00:00
liverpool: Num submits should be atomic
This commit is contained in:
@@ -1018,7 +1018,7 @@ private:
|
||||
|
||||
Vulkan::Rasterizer* rasterizer{};
|
||||
std::jthread process_thread{};
|
||||
u32 num_submits{};
|
||||
std::atomic<u32> num_submits{};
|
||||
std::mutex submit_mutex;
|
||||
std::condition_variable_any submit_cv;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user