Prevent 20G double locks.

This commit is contained in:
Randy Thiemann 2023-10-24 10:45:06 +02:00
parent 3829f62100
commit f7647fe183
1 changed files with 1 additions and 2 deletions

3
.vscode/launch.json vendored
View File

@ -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"