Increase NotifyObservers data arg to uint16_t from uint8_t

This commit is contained in:
scawful
2024-04-19 17:55:52 -04:00
parent c906da46a0
commit a825ac36b2
7 changed files with 23 additions and 42 deletions

View File

@@ -324,7 +324,6 @@ class Emulator : public CommandHandler {
step = true;
}
snes.SetupMemory(rom_);
snes.Init(rom_);
if (!step) {