mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-09 12:31:40 +12:00
[Lua] Add event handles
This commit is contained in:
parent
baa9cab051
commit
7936a87fb0
3 changed files with 73 additions and 9 deletions
|
@ -414,6 +414,7 @@ void Emulator::runFrame() {
|
|||
if (running) {
|
||||
cpu.runFrame(); // Run 1 frame of instructions
|
||||
gpu.display(); // Display graphics
|
||||
lua.signalEvent(LuaEvent::Frame);
|
||||
|
||||
// Send VBlank interrupts
|
||||
ServiceManager& srv = kernel.getServiceManager();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue