retro-go/retro-go.code-workspace
Alex Duchesne 1aec677753 Renamed HuExpress to PCE-GO.
Someone looking for huexpress stumbled on my repo and was confused by my code.

Not sure about the new name... I guess it is a PCE to GO...

I might also have to think about renaming the other emulators that I very heavily modified (nofrendo and gnuboy).
2021-08-07 12:28:53 -04:00

69 lines
1.4 KiB
Plaintext

{
"folders": [
{
"path": "components"
},
{
"path": "gnuboy-go"
},
{
"path": "handy-go"
},
{
"path": "launcher"
},
{
"path": "nofrendo-go"
},
{
"path": "pce-go"
},
{
"path": "smsplusgx-go"
},
{
"path": "snes9x-go"
},
{
"path": ".",
"name": "root"
}
],
"settings": {
"esp.sdk-path": "C:/Users/alex/Apps/esp-idf/4.0",
"esp.tools-path": "C:/Users/alex/Apps/esp-idf/tools/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf",
"git.confirmForcePush": false,
"C_Cpp.default.defines": [
"PROJECT_VER",
"IS_LITTLE_ENDIAN",
"INLINE=",
"uint=unsigned int",
"CONFIG_FREERTOS_HZ=100"
],
"C_Cpp.default.includePath": [
"${workspaceFolder}/components/**",
"${workspaceFolder}/../components/**",
"${config:esp.sdk-path}/components/**",
"${config:esp.tools-path}/include/**"
],
"C_Cpp.default.forcedInclude": [
"${workspaceFolder}/build/config/sdkconfig.h",
"${workspaceFolder}/build/sdkconfig.h",
],
"C_Cpp.default.compilerPath": "${config:esp.tools-path}/bin/xtensa-esp32-elf-g++.exe",
"C_Cpp.default.cStandard": "c11",
"C_Cpp.default.cppStandard": "c++11",
"C_Cpp.default.intelliSenseMode": "gcc-x86",
"cSpell.words": [
"nofrendo",
"smsplusgx",
"supergraphx"
],
"files.trimTrailingWhitespace": true,
"files.exclude": {
"**/build": true,
"root": true
}
}
}