update
This commit is contained in:
parent
83e9dbd1e6
commit
8367c0d32e
2 changed files with 0 additions and 15 deletions
|
|
@ -390,7 +390,6 @@ function ScriptedAmigaEmulator() {
|
|||
}
|
||||
|
||||
this.start_program = function() {
|
||||
console.warn("stage 2");
|
||||
this.do_start_program();
|
||||
|
||||
if (typeof SAEV_config.hook.event.started === "function")
|
||||
|
|
@ -448,8 +447,6 @@ console.warn("stage 2");
|
|||
}
|
||||
SAEF_info("sae.start() starting...");
|
||||
|
||||
console.warn("stage 1");
|
||||
|
||||
var err;
|
||||
if ((err = this.config.setup()) != SAEE_None)
|
||||
return err;
|
||||
|
|
|
|||
Loading…
Reference in a new issue