mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-06-01 18:41:13 -07:00
23 lines
604 B
JSON
23 lines
604 B
JSON
{
|
|
"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
|
|
} |