mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-09 12:31:40 +12:00
[Kernel] Add evalReschedule function
This commit is contained in:
parent
60de6a65f5
commit
3d5f1ea517
3 changed files with 10 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue