Add step mode to snes emulator
This commit is contained in:
@@ -43,6 +43,7 @@ class Emulator : public SharedROM {
|
||||
bool power_ = false;
|
||||
bool loading_ = false;
|
||||
bool running_ = false;
|
||||
bool step_ = true;
|
||||
};
|
||||
|
||||
} // namespace emu
|
||||
|
||||
Reference in New Issue
Block a user