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", "type": "emulicious-debugger",
"request": "launch", "request": "launch",
"name": "Launch in Emulicious", "name": "Launch in Emulicious",
"emuliciousPath": "${workspaceFolder}\\tools", "program": "${workspaceFolder}\\bin\\DMGTRIS.gbc",
"program": "${workspaceFolder}\\bin\\out.gb",
"port": 58870, "port": 58870,
"stopOnEntry": false, "stopOnEntry": false,
"preLaunchTask": "buildrom" "preLaunchTask": "buildrom"