1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-07-03 02:18:43 +00:00

Fix up vscode include paths

This commit is contained in:
cathery 2020-03-01 21:05:52 +03:00
parent 9de5e87c4f
commit c93aa6304b

View File

@ -4,9 +4,9 @@
"name": "AArch64 libnx",
"includePath": [
"${DEVKITPRO}/devkitA64/lib/gcc/aarch64-none-elf/**",
"${DEVKITPRO}/devkitA64/aarch64-none-elf/include/",
"${DEVKITPRO}/portlibs/switch/include/",
"${DEVKITPRO}/libnx/include/",
"${DEVKITPRO}/devkitA64/aarch64-none-elf/include/**",
"${DEVKITPRO}/portlibs/switch/include/**",
"${DEVKITPRO}/libnx/include/**",
"source/ControllerLib",
"source/ControllerSwitch",
"source/inih",