Skip to content

Instantly share code, notes, and snippets.

@HookedBehemoth
Last active July 5, 2020 23:38
Show Gist options
  • Save HookedBehemoth/38dba4881c6b7b6e12a354ddb6910c36 to your computer and use it in GitHub Desktop.
Save HookedBehemoth/38dba4881c6b7b6e12a354ddb6910c36 to your computer and use it in GitHub Desktop.
{
"configurations": [
{
"name": "DKP aarch64",
"includePath": [
"${env:DEVKITPRO}/devkitA64/aarch64-none-elf/include",
"${env:DEVKITPRO}/devkitA64/lib/gcc/aarch64-none-elf/10.1.0/include",
"${env:DEVKITPRO}/libnx/include",
"${env:DEVKITPRO}/portlibs/switch/include"
],
"defines": [
"__SWITCH__"
],
"compilerPath": "${env:DEVKITPRO}/devkitA64/bin/aarch64-none-elf-g++",
"cStandard": "c11",
"cppStandard": "c++20",
"intelliSenseMode": "gcc-x64"
}
],
"version": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment