mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 11:58:00 -05:00
General: address feedback
This commit is contained in:
@ -19,7 +19,7 @@ struct ChannelState;
|
||||
|
||||
class Scheduler {
|
||||
public:
|
||||
Scheduler(GPU& gpu_);
|
||||
explicit Scheduler(GPU& gpu_);
|
||||
~Scheduler();
|
||||
|
||||
void Push(s32 channel, CommandList&& entries);
|
||||
|
Reference in New Issue
Block a user