setup graphics_hello_psyq

This commit is contained in:
2025-08-05 23:34:34 -04:00
parent 47ce58159d
commit c052253b0e
6 changed files with 66 additions and 26 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"configurations": [
{
"name": "The Usual",
"includePath": [
"${env:AppData}/mips/mips/include",
"${workspaceFolder}/toolchain/pcsx-redux/src/mips",
"${workspaceFolder}/toolchain/psyq-4_7/include"
],
"cStandard": "c17",
"defines": [
"__STDC_HOSTED__ = 0"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"intelliSenseMode": "gcc-x86"
}
],
"version": 4
}
-24
View File
@@ -4,30 +4,6 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Debug: Spinning Cube",
"type": "gdb",
"request": "attach",
"target": "localhost:3333",
"remote": true,
"cwd": "${workspaceRoot}/psxdev_sample/SpinningCube/build",
"valuesFormatting": "parseText",
"stopAtConnect": true,
"gdbpath": "gdb-multiarch",
"windows": {
"gdbpath": "gdb-multiarch.exe"
},
"osx": {
"gdbpath": "gdb"
},
"executable": "${workspaceRoot}/psxdev_sample/SpinningCube/build/SpinningCube.elf",
"autorun": [
"monitor reset shellhalt",
"load SpinningCube.elf",
"tbreak main",
"continue"
]
},
{
"name": "Debug: Hello Psy-Q!",
"type": "gdb",