mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-17 07:46:21 +01:00
![PixelyIon](/assets/img/avatar_default.png)
The flush callbacks inside `CommandExecutor` weren't being called prior to submission as they should've been, this fixes that by calling them. It additionally removes the requirement to manually flush Maxwell3D at the end of `ChannelGpfifo` pushbuffers as it's a flush callback and will automatically be called by `Submit`. Co-authored-by: Billy Laws <blaws05@gmail.com>