mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-11-26 20:50:40 +00:00
liverpool: Num submits should be atomic
This commit is contained in:
parent
dd7d232ac3
commit
73d4aafc09
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user