mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-07 19:41:38 +12:00
Test to fix android build
This commit is contained in:
parent
f0c20d70bc
commit
52accdde43
2 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,6 @@ void Emulator::reset(ReloadOption reload) {
|
|||
memory.reset();
|
||||
// Reset scheduler and add a VBlank event
|
||||
scheduler.reset();
|
||||
scheduler.addEvent(Scheduler::EventType::VBlank, CPU::ticksPerSec / 60);
|
||||
|
||||
// Kernel must be reset last because it depends on CPU/Memory state
|
||||
kernel.reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue