mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 09:57:59 -05:00
move thread 1/4 count computation into allocate workers method
This commit is contained in:
@ -62,7 +62,7 @@ public:
|
||||
~AsyncShaders();
|
||||
|
||||
/// Start up shader worker threads
|
||||
void AllocateWorkers(std::size_t num_workers);
|
||||
void AllocateWorkers();
|
||||
|
||||
/// Clear the shader queue and kill all worker threads
|
||||
void FreeWorkers();
|
||||
|
Reference in New Issue
Block a user