summaryrefslogtreecommitdiff
path: root/src/video_core/control/scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/control/scheduler.h')
-rw-r--r--src/video_core/control/scheduler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/control/scheduler.h b/src/video_core/control/scheduler.h
index 305a01e0a..44addf61c 100644
--- a/src/video_core/control/scheduler.h
+++ b/src/video_core/control/scheduler.h
@@ -19,7 +19,7 @@ struct ChannelState;
19 19
20class Scheduler { 20class Scheduler {
21public: 21public:
22 Scheduler(GPU& gpu_); 22 explicit Scheduler(GPU& gpu_);
23 ~Scheduler(); 23 ~Scheduler();
24 24
25 void Push(s32 channel, CommandList&& entries); 25 void Push(s32 channel, CommandList&& entries);