diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2022-09-01 05:45:22 +0200 |
---|---|---|
committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2022-10-06 21:00:54 +0200 |
commit | ca3db0d7c94a20668781830ff852dbf512598efb (patch) | |
tree | edd20d669000e980169db27a896adc09078ceeaa /src/video_core/control/scheduler.h | |
parent | state_tracker: workaround channel setup for homebrew (diff) | |
download | yuzu-ca3db0d7c94a20668781830ff852dbf512598efb.tar yuzu-ca3db0d7c94a20668781830ff852dbf512598efb.tar.gz yuzu-ca3db0d7c94a20668781830ff852dbf512598efb.tar.bz2 yuzu-ca3db0d7c94a20668781830ff852dbf512598efb.tar.lz yuzu-ca3db0d7c94a20668781830ff852dbf512598efb.tar.xz yuzu-ca3db0d7c94a20668781830ff852dbf512598efb.tar.zst yuzu-ca3db0d7c94a20668781830ff852dbf512598efb.zip |
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; class Scheduler { public: - Scheduler(GPU& gpu_); + explicit Scheduler(GPU& gpu_); ~Scheduler(); void Push(s32 channel, CommandList&& entries); |