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:
SimoneN64 2023-07-10 21:27:18 +02:00
parent a7a908658a
commit 7ad47875b6
2 changed files with 5 additions and 1 deletions

View file

@ -64,6 +64,7 @@ class Emulator {
Emulator();
~Emulator();
void stop();
void step();
void render();
void reset();