mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-29 06:43:17 +00:00
Merge pull request #293 from shadps4-emu/misc-fixes3
Various linux fixes
This commit is contained in:
commit
0de914995f
14 changed files with 172 additions and 165 deletions
|
@ -1033,7 +1033,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…
Add table
Add a link
Reference in a new issue