mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-07 11:31:39 +12:00
Should reset the state every time a rom is loaded so the user can keep dragging and dropping roms and it works
This commit is contained in:
parent
a7a908658a
commit
7ad47875b6
2 changed files with 5 additions and 1 deletions
|
@ -64,6 +64,7 @@ class Emulator {
|
|||
Emulator();
|
||||
~Emulator();
|
||||
|
||||
void stop();
|
||||
void step();
|
||||
void render();
|
||||
void reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue