mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-14 04:30:02 +03:00
There was a lot of redundant code in the `CommandScheduler` when the same functionality could be achieved with much shorter and cleaner code which this commit fixes. This includes no changes to the user-facing API and does not require any changes on the user side as a result.