mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-08 11:31:43 +00:00
24 lines
No EOL
730 B
JSON
24 lines
No EOL
730 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "DKP Aarch64",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"${DEVKITPRO}/devkitA64/include/**",
|
|
"${DEVKITPRO}/devkitA64/aarch64-none-elf/include/**",
|
|
"${DEVKITPRO}/libnx/include/**",
|
|
"${DEVKITPRO}/portlibs/switch/include/**"
|
|
],
|
|
"defines": [
|
|
"DEBUG",
|
|
"SWITCH",
|
|
"__SWITCH__"
|
|
],
|
|
"compilerPath": "${DEVKITPRO}/devkitA64/bin/aarch64-none-elf-g++",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++20",
|
|
"intelliSenseMode": "gcc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |