summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/async_shaders.h
diff options
context:
space:
mode:
authorameerj <aj662@drexel.edu>2020-08-05 18:53:26 +0200
committerameerj <aj662@drexel.edu>2020-08-16 18:02:22 +0200
commit1b829fbd7a36f9c2b553b04aa39bdf8135d30458 (patch)
treeb843deb06496541b1e611832ddf54c4492f0849c /src/video_core/shader/async_shaders.h
parentAddress feedback, add shader compile notifier, update setting text (diff)
downloadyuzu-1b829fbd7a36f9c2b553b04aa39bdf8135d30458.tar
yuzu-1b829fbd7a36f9c2b553b04aa39bdf8135d30458.tar.gz
yuzu-1b829fbd7a36f9c2b553b04aa39bdf8135d30458.tar.bz2
yuzu-1b829fbd7a36f9c2b553b04aa39bdf8135d30458.tar.lz
yuzu-1b829fbd7a36f9c2b553b04aa39bdf8135d30458.tar.xz
yuzu-1b829fbd7a36f9c2b553b04aa39bdf8135d30458.tar.zst
yuzu-1b829fbd7a36f9c2b553b04aa39bdf8135d30458.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/shader/async_shaders.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/async_shaders.h b/src/video_core/shader/async_shaders.h
index 7c10bd63f..5b58dd9bd 100644
--- a/src/video_core/shader/async_shaders.h
+++ b/src/video_core/shader/async_shaders.h
@@ -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();