From f7647fe18364e136bd982fdf7b27c7a229423449 Mon Sep 17 00:00:00 2001 From: Randy Thiemann Date: Tue, 24 Oct 2023 10:45:06 +0200 Subject: [PATCH] Prevent 20G double locks. --- .vscode/launch.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index c47775c..f009285 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,8 +8,7 @@ "type": "emulicious-debugger", "request": "launch", "name": "Launch in Emulicious", - "emuliciousPath": "${workspaceFolder}\\tools", - "program": "${workspaceFolder}\\bin\\out.gb", + "program": "${workspaceFolder}\\bin\\DMGTRIS.gbc", "port": 58870, "stopOnEntry": false, "preLaunchTask": "buildrom"