changed debug launch options

This commit is contained in:
2025-05-23 06:44:32 -06:00
parent 8694ee5ce5
commit b4b83d45e2

2
.vscode/launch.json vendored
View File

@ -5,7 +5,7 @@
"version": "0.2.0",
"configurations": [
{
"type": "lldb",
"type": "cppvsdbg",
"request": "launch",
"name": "Debug",
"program": "${workspaceFolder}/build/gbemu/Debug/gbemu.exe",