From da309eab57ec58b4fc9c46b66f5f9f15b3e95f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Tue, 5 Jul 2022 10:21:07 +0100 Subject: [PATCH] fix: bool loading --- examples/web/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/web/index.ts b/examples/web/index.ts index 68cd9aaa..13442109 100644 --- a/examples/web/index.ts +++ b/examples/web/index.ts @@ -288,7 +288,7 @@ const start = async ({ // resets the Game Boy engine to restore it into // a valid state ready to be used //state.gameBoy.reset_hard(); @todo - state.gameBoy.load_boot_static(); + state.gameBoy.load_boot_dmg(); state.gameBoy.load_rom(romData); // updates the name of the currently selected engine -- GitLab