sys-clk: deprecate
This commit is contained in:
@@ -1,45 +0,0 @@
|
|||||||
{
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"name": "DKP Aarch64 Windows",
|
|
||||||
"includePath": [
|
|
||||||
"C:/devkitPro/devkitA64/aarch64-none-elf/include/**",
|
|
||||||
"C:/devkitPro/devkitA64/lib/gcc/aarch64-none-elf/9.2.0/include/**",
|
|
||||||
"C:/devkitPro/libnx/include/**",
|
|
||||||
"C:/devkitPro/portlibs/switch/include/**",
|
|
||||||
"${workspaceFolder}/include/**"
|
|
||||||
],
|
|
||||||
"defines": [
|
|
||||||
"SWITCH",
|
|
||||||
"VERSION=\"\"",
|
|
||||||
"__SWITCH__",
|
|
||||||
"__aarch64__"
|
|
||||||
],
|
|
||||||
"compilerPath": "C:/devkitPro/devkitA64/bin/aarch64-none-elf-g++",
|
|
||||||
"cStandard": "c11",
|
|
||||||
"cppStandard": "c++17",
|
|
||||||
"intelliSenseMode": "gcc-x64"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "DKP Aarch64 Linux",
|
|
||||||
"includePath": [
|
|
||||||
"/opt/devkitpro/devkitA64/aarch64-none-elf/include/**",
|
|
||||||
"/opt/devkitpro/devkitA64/lib/gcc/aarch64-none-elf/9.2.0/include/**",
|
|
||||||
"/opt/devkitpro/libnx/include/**",
|
|
||||||
"/opt/devkitpro/portlibs/switch/include/**",
|
|
||||||
"${workspaceFolder}/include/**"
|
|
||||||
],
|
|
||||||
"defines": [
|
|
||||||
"SWITCH",
|
|
||||||
"VERSION=\"\"",
|
|
||||||
"__SWITCH__",
|
|
||||||
"__aarch64__"
|
|
||||||
],
|
|
||||||
"compilerPath": "/opt/devkitpro/devkitA64/bin/aarch64-none-elf-g++",
|
|
||||||
"cStandard": "c11",
|
|
||||||
"cppStandard": "c++17",
|
|
||||||
"intelliSenseMode": "gcc-x64"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"version": 4
|
|
||||||
}
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
{
|
|
||||||
"files.associations": {
|
|
||||||
"*.tcc": "cpp",
|
|
||||||
"algorithm": "cpp",
|
|
||||||
"array": "cpp",
|
|
||||||
"atomic": "cpp",
|
|
||||||
"bit": "cpp",
|
|
||||||
"cctype": "cpp",
|
|
||||||
"chrono": "cpp",
|
|
||||||
"clocale": "cpp",
|
|
||||||
"cmath": "cpp",
|
|
||||||
"condition_variable": "cpp",
|
|
||||||
"cstdarg": "cpp",
|
|
||||||
"cstddef": "cpp",
|
|
||||||
"cstdint": "cpp",
|
|
||||||
"cstdio": "cpp",
|
|
||||||
"cstdlib": "cpp",
|
|
||||||
"cstring": "cpp",
|
|
||||||
"ctime": "cpp",
|
|
||||||
"cwchar": "cpp",
|
|
||||||
"cwctype": "cpp",
|
|
||||||
"deque": "cpp",
|
|
||||||
"unordered_map": "cpp",
|
|
||||||
"vector": "cpp",
|
|
||||||
"exception": "cpp",
|
|
||||||
"functional": "cpp",
|
|
||||||
"iterator": "cpp",
|
|
||||||
"memory": "cpp",
|
|
||||||
"memory_resource": "cpp",
|
|
||||||
"numeric": "cpp",
|
|
||||||
"optional": "cpp",
|
|
||||||
"random": "cpp",
|
|
||||||
"ratio": "cpp",
|
|
||||||
"string": "cpp",
|
|
||||||
"string_view": "cpp",
|
|
||||||
"system_error": "cpp",
|
|
||||||
"tuple": "cpp",
|
|
||||||
"type_traits": "cpp",
|
|
||||||
"utility": "cpp",
|
|
||||||
"fstream": "cpp",
|
|
||||||
"initializer_list": "cpp",
|
|
||||||
"iosfwd": "cpp",
|
|
||||||
"istream": "cpp",
|
|
||||||
"limits": "cpp",
|
|
||||||
"mutex": "cpp",
|
|
||||||
"new": "cpp",
|
|
||||||
"ostream": "cpp",
|
|
||||||
"sstream": "cpp",
|
|
||||||
"stdexcept": "cpp",
|
|
||||||
"streambuf": "cpp",
|
|
||||||
"thread": "cpp",
|
|
||||||
"cinttypes": "cpp",
|
|
||||||
"typeinfo": "cpp",
|
|
||||||
"map": "cpp",
|
|
||||||
"stack": "cpp",
|
|
||||||
"list": "cpp"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user