diff options
| author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-08-16 20:02:40 +0300 |
|---|---|---|
| committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-08-16 20:02:40 +0300 |
| commit | 8641e9d0bb123580a7a8b701a72c1a813503bc9a (patch) | |
| tree | be236ef46d2f585da1c266597637151fc80ae55d /.vscode/c_cpp_properties.json | |
| parent | Fix ped comments playing at full volume behind the wall (diff) | |
| parent | Use svcGetInfo definitions from libnx (diff) | |
| download | re3-8641e9d0bb123580a7a8b701a72c1a813503bc9a.tar.gz | |
Switch PR & remove X11 part from CMakeLists
Diffstat (limited to '.vscode/c_cpp_properties.json')
| -rw-r--r-- | .vscode/c_cpp_properties.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 327d8cc7..2ce82727 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -26,6 +26,24 @@ "compilerArgs": ["-ggdb"], "cStandard": "gnu11", "cppStandard": "gnu++14" + }, + { + "name": "devkitPro aarch64 (Nintendo Switch)", + "compilerPath": "${env:DEVKITPRO}/devkitA64/bin/aarch64-none-elf-g++", + "includePath": [ + "${default}", + "${env:DEVKITPRO}/portlibs/switch/include", + "${env:DEVKITPRO}/libnx/include" + ], + "intelliSenseMode": "gcc-arm64", + "cStandard": "gnu11", + "cppStandard": "gnu++11", + "defines": [ + "__SWITCH__", + "LIBRW", + "RW_GL3", + "AUDIO_OAL" + ] } ], "version": 4 |
