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
}