This thing is not supposed to be there

This commit is contained in:
igor725 2024-04-09 20:35:46 +03:00
parent 33275f2c62
commit c3cd9c61fc
No known key found for this signature in database
GPG Key ID: 46F13BBE46F8569D

2
.vscode/launch.json vendored
View File

@ -6,7 +6,7 @@
"type": "cppvsdbg",
"request": "launch",
"program": "${config:psoff.root-path}/emulator.exe",
"args": ["--file", "${config:psoff.game-path}/eboot.bin", "--d", "--vkValidation", "${config:psoff.add-arg}"],
"args": ["--file", "${config:psoff.game-path}/eboot.bin", "--d", "${config:psoff.add-arg}"],
"stopAtEntry": false,
"cwd": "${config:psoff.root-path}",
"environment": [],