mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Set correct state
This commit is contained in:
@@ -110,6 +110,7 @@ export class Emulator {
|
||||
|
||||
stop() {
|
||||
this.worker.terminate();
|
||||
this._setState(EmulationState.Stopped);
|
||||
this.terminateResolve(null);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user