From fe2d12cb8d025c15f7f62dfea820e136cdbffa5f Mon Sep 17 00:00:00 2001 From: Daniel Brooks Date: Mon, 1 Aug 2016 13:37:59 -0700 Subject: [PATCH] cosmetic change to the sae configuration --- loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader.js b/loader.js index 8390aad..2e19043 100644 --- a/loader.js +++ b/loader.js @@ -565,7 +565,6 @@ var Module = null; this._sae = new ScriptedAmigaEmulator(); this._cfg = this._sae.getConfig(); - this._cfg.video.id = canvas.getAttribute("id"); var model = null; switch (game_data.amigaModel) { case "A500": model = SAEC_Model_A500; break; @@ -584,6 +583,7 @@ var Module = null; this._sae.setModel(model, 0); this._cfg.memory.z2FastSize = game_data.fastMemory || 2 << 20; this._cfg.floppy.speed = SAEC_Config_Floppy_Speed_Turbo; + this._cfg.video.id = canvas.getAttribute("id"); if (game_data.nativeResolution && game_data.nativeResolution.height == 360 && game_data.nativeResolution.width == 284) {