mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-06 04:01:44 +00:00
b7a370b156
subrepo: subdir: "emummc" merged: "e72e8f1c" upstream: origin: "https://github.com/m4xw/emuMMC" branch: "develop" commit: "e72e8f1c" git-subrepo: version: "0.4.0" origin: "https://github.com/ingydotnet/git-subrepo" commit: "5d6aba9"
35 lines
No EOL
1.3 KiB
JSON
35 lines
No EOL
1.3 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Switch",
|
|
"includePath": [
|
|
"/opt/devkitpro/devkitA64/aarch64-none-elf/include",
|
|
"/opt/devkitpro/devkitA64/lib/gcc/aarch64-none-elf/8.3.0/include",
|
|
"${workspaceFolder}/libnx-patched/nx/include",
|
|
"/opt/devkitpro/portlibs/switch/include",
|
|
"/opt/devkitpro/portlibs/switch/include/freetype2",
|
|
"${workspaceFolder}/source",
|
|
"${workspaceFolder}/source/emmc",
|
|
"${workspaceFolder}/source/libs/fatfs",
|
|
"${workspaceFolder}/source/power",
|
|
"${workspaceFolder}/source/soc",
|
|
"${workspaceFolder}/source/utils",
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE",
|
|
"__aarch64__",
|
|
"__SWITCH__",
|
|
"INNER_HEAP_SIZE=0x80000"
|
|
],
|
|
"windowsSdkVersion": "10.0.17763.0",
|
|
"compilerPath": "/opt/devkitpro/devkitA64/bin/aarch64-none-elf-gcc",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++11",
|
|
"intelliSenseMode": "gcc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |