diff options
Diffstat (limited to 'src/video_core/control/scheduler.h')
| -rw-r--r-- | src/video_core/control/scheduler.h | 2 |
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 | ||
| 20 | class Scheduler { | 20 | class Scheduler { |
| 21 | public: | 21 | public: |
| 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); |