1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-07-03 02:18:43 +00:00
sys-con/.vscode/c_cpp_properties.json
2020-12-07 15:04:11 +03:00

31 lines
1.1 KiB
JSON

{
"configurations": [
{
"name": "AArch64 libnx",
"includePath": [
"${DEVKITPRO}/devkitA64/lib/gcc/aarch64-none-elf/10.1.0/include",
"${DEVKITPRO}/devkitA64/aarch64-none-elf/include",
"${DEVKITPRO}/portlibs/switch/include",
"${DEVKITPRO}/libnx/include",
"source/ControllerLib",
"source/ControllerSwitch",
"source/inih",
"source/libstratosphere/libstratosphere/include",
"source/libstratosphere/libvapours/include"
],
"defines": [
"SWITCH",
"__SWITCH__",
"ATMOSPHERE_BOARD_NINTENDO_SWITCH",
"ATMOSPHERE_IS_STRATOSPHERE",
"ATMOSPHERE_ARCH_ARM64",
"ATMOSPHERE_OS_HORIZON"
],
"compilerPath": "${DEVKITPRO}/devkitA64/bin/aarch64-none-elf-g++",
"cStandard": "gnu18",
"cppStandard": "gnu++20",
"intelliSenseMode": "gcc-arm64"
}
],
"version": 4
}