determining the level of granularity I have with asm symbolic debugging.

This commit is contained in:
2025-08-06 08:44:20 -04:00
parent c052253b0e
commit b9494d219f
15 changed files with 574 additions and 15 deletions
+3 -6
View File
@@ -4,17 +4,14 @@
"name": "The Usual",
"includePath": [
"${env:AppData}/mips/mips/include",
"${workspaceFolder}/code",
"${workspaceFolder}/toolchain/pcsx-redux/src/mips",
"${workspaceFolder}/toolchain/psyq-4_7/include"
],
"cStandard": "c17",
"defines": [
"__STDC_HOSTED__ = 0"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
"__STDC_HOSTED__ = 0",
"INTELLISENSE_DIRECTIVES=1"
],
"intelliSenseMode": "gcc-x86"
}