mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 20:37:18 +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,6 +48,8 @@ struct Scheduler {
|
|||
|
||||
// Clear any pending events
|
||||
events.clear();
|
||||
addEvent(Scheduler::EventType::VBlank, arm11Clock / 60);
|
||||
|
||||
// Add a dummy event to always keep the scheduler non-empty
|
||||
addEvent(EventType::Panic, std::numeric_limits<u64>::max());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue