mirror of
https://github.com/ITotalJustice/sys-patch.git
synced 2025-01-09 03:50:44 +01:00
21 lines
601 B
JSON
21 lines
601 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "switch",
|
|
"includePath": [
|
|
"${default}",
|
|
"${workspaceFolder}/**",
|
|
"${DEVKITPRO}/libnx/include/",
|
|
"${DEVKITPRO}/portlibs/switch/include/",
|
|
"${workspaceFolder}/overlay/libtesla/include",
|
|
"${workspaceFolder}/common"
|
|
],
|
|
"defines": [],
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++23",
|
|
"compilerPath": "${DEVKITPRO}/devkitA64/bin/aarch64-none-elf-gcc"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|