[Kernel] Add evalReschedule function

This commit is contained in:
wheremyfoodat 2023-08-02 19:18:15 +03:00
parent 60de6a65f5
commit 3d5f1ea517
3 changed files with 10 additions and 4 deletions

View file

@ -357,6 +357,8 @@ void Emulator::run() {
hid.updateInputs(cpu.getTicks());
}
// TODO: Should this be uncommented?
// kernel.evalReschedule();
// Update inputs in the HID module
SDL_GL_SwapWindow(window);