2020-11-05 03:31:56 -05:00
|
|
|
{
|
|
|
|
|
"folders": [
|
|
|
|
|
{
|
|
|
|
|
"path": "components"
|
|
|
|
|
},
|
2022-05-28 18:31:17 -04:00
|
|
|
{
|
2022-10-06 10:44:04 -04:00
|
|
|
"path": "gwenesis"
|
2022-05-28 18:31:17 -04:00
|
|
|
},
|
2020-11-05 03:31:56 -05:00
|
|
|
{
|
2021-02-13 14:33:21 -05:00
|
|
|
"path": "launcher"
|
2020-11-05 03:31:56 -05:00
|
|
|
},
|
|
|
|
|
{
|
2022-10-08 13:25:39 -04:00
|
|
|
"path": "prboom-go"
|
2021-08-07 11:35:59 -04:00
|
|
|
},
|
2021-11-08 16:10:54 -05:00
|
|
|
{
|
2022-10-08 13:25:39 -04:00
|
|
|
"path": "retro-run"
|
2021-11-08 16:10:54 -05:00
|
|
|
},
|
2020-11-05 03:31:56 -05:00
|
|
|
{
|
|
|
|
|
"path": "smsplusgx-go"
|
|
|
|
|
},
|
2021-01-06 15:57:46 -05:00
|
|
|
{
|
|
|
|
|
"path": "snes9x-go"
|
|
|
|
|
},
|
2020-11-05 03:31:56 -05:00
|
|
|
{
|
|
|
|
|
"path": ".",
|
|
|
|
|
"name": "root"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"settings": {
|
2022-03-03 12:34:45 -05:00
|
|
|
/*
|
|
|
|
|
For C_cpp to work you must add these variables to your vs code config:
|
|
|
|
|
(This isn't ideal but I can't think of a better way...)
|
|
|
|
|
|
|
|
|
|
"retro-go.sdk-path": "/path/to/esp-idf/frameworks/esp-idf-v4.1.2",
|
|
|
|
|
"retro-go.tools-path": "/path/to/esp-idf/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf",
|
|
|
|
|
*/
|
2020-11-05 03:31:56 -05:00
|
|
|
|
|
|
|
|
"C_Cpp.default.defines": [
|
2022-04-04 15:28:21 -04:00
|
|
|
"RETRO_GO",
|
2021-11-18 16:54:44 -05:00
|
|
|
"CONFIG_FREERTOS_HZ=100",
|
2022-09-26 12:43:44 -04:00
|
|
|
"CONFIG_TCPIP_LWIP=1",
|
|
|
|
|
"RG_ENABLE_NETPLAY=",
|
|
|
|
|
"RG_ENABLE_NETWORKING=",
|
2022-10-13 10:09:36 -04:00
|
|
|
"RTC_NOINIT_ATTR=",
|
2020-11-05 03:31:56 -05:00
|
|
|
],
|
|
|
|
|
"C_Cpp.default.includePath": [
|
|
|
|
|
"${workspaceFolder}/components/**",
|
|
|
|
|
"${workspaceFolder}/../components/**",
|
2022-03-03 12:34:45 -05:00
|
|
|
"${config:retro-go.sdk-path}/components/**",
|
|
|
|
|
"${config:retro-go.tools-path}/include/**"
|
2020-11-05 03:31:56 -05:00
|
|
|
],
|
|
|
|
|
"C_Cpp.default.forcedInclude": [
|
|
|
|
|
"${workspaceFolder}/build/config/sdkconfig.h",
|
|
|
|
|
"${workspaceFolder}/build/sdkconfig.h",
|
|
|
|
|
],
|
2022-03-03 12:34:45 -05:00
|
|
|
"C_Cpp.default.compilerPath": "${config:retro-go.tools-path}/bin/xtensa-esp32-elf-g++.exe",
|
2020-11-05 03:31:56 -05:00
|
|
|
"C_Cpp.default.cStandard": "c11",
|
|
|
|
|
"C_Cpp.default.cppStandard": "c++11",
|
2021-05-30 17:18:51 -04:00
|
|
|
"C_Cpp.default.intelliSenseMode": "gcc-x86",
|
2020-11-05 03:31:56 -05:00
|
|
|
"cSpell.words": [
|
2021-09-10 22:41:09 -04:00
|
|
|
"espressif",
|
2021-08-25 16:58:34 -04:00
|
|
|
"gnuboy",
|
2022-06-23 18:26:23 -04:00
|
|
|
"gpio",
|
2022-05-28 18:31:17 -04:00
|
|
|
"gwenesis",
|
2022-06-23 18:26:23 -04:00
|
|
|
"iram",
|
2021-09-13 20:38:10 -04:00
|
|
|
"mkfw",
|
2022-03-31 21:04:25 -04:00
|
|
|
"mkimg",
|
2021-09-10 22:41:09 -04:00
|
|
|
"MOSI",
|
|
|
|
|
"MRGC",
|
2021-08-25 16:58:34 -04:00
|
|
|
"newboy",
|
2021-09-10 22:41:09 -04:00
|
|
|
"newfrendo",
|
2022-03-31 21:04:25 -04:00
|
|
|
"ngpocket",
|
2021-09-10 22:41:09 -04:00
|
|
|
"nofrendo",
|
2022-06-23 18:26:23 -04:00
|
|
|
"odroid",
|
2021-11-08 16:10:54 -05:00
|
|
|
"prboom",
|
2022-06-23 18:26:23 -04:00
|
|
|
"sdmmc",
|
|
|
|
|
"sdspi",
|
2021-08-29 16:54:58 -04:00
|
|
|
"smsplusgx",
|
2022-03-31 21:04:25 -04:00
|
|
|
"snes",
|
|
|
|
|
"sram",
|
2022-06-23 18:26:23 -04:00
|
|
|
"tcpip",
|
|
|
|
|
"wrover",
|
2022-03-31 21:04:25 -04:00
|
|
|
"xtensa"
|
2020-11-05 03:31:56 -05:00
|
|
|
],
|
2021-04-22 15:32:26 -04:00
|
|
|
"files.trimTrailingWhitespace": true,
|
2020-11-05 03:31:56 -05:00
|
|
|
"files.exclude": {
|
2020-12-18 05:10:36 -05:00
|
|
|
"**/build": true,
|
|
|
|
|
"root": true
|
2021-11-15 23:42:01 -05:00
|
|
|
},
|
|
|
|
|
"files.watcherExclude": {
|
|
|
|
|
"**/build/**": true,
|
2022-03-03 12:34:45 -05:00
|
|
|
},
|
2020-11-05 03:31:56 -05:00
|
|
|
}
|
|
|
|
|
}
|