mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-06-02 02:51:14 -07:00
21 lines
689 B
JSON
21 lines
689 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "The Usual",
|
|
"includePath": [
|
|
"${env:AppData}/mips/mips/include",
|
|
"${workspaceFolder}/code",
|
|
"${workspaceFolder}/toolchain/pcsx-redux/src/mips",
|
|
"${workspaceFolder}/toolchain/psyq-4_7/include"
|
|
],
|
|
"cStandard": "c11",
|
|
"defines": [
|
|
"__STDC_HOSTED__ = 0",
|
|
"INTELLISENSE_DIRECTIVES"
|
|
],
|
|
"intelliSenseMode": "gcc-x86",
|
|
"compilerPath": "C:\\Users\\Ed\\AppData\\Roaming\\mips\\versions\\v14.2.0\\bin\\mipsel-none-elf-gcc.exe",
|
|
}
|
|
],
|
|
"version": 4
|
|
} |