vibecoded gb emulator

This commit is contained in:
2025-10-08 22:19:21 +02:00
parent 9a9e25e124
commit 429d704c8c
12 changed files with 781 additions and 6 deletions

View File

@@ -1,5 +1,20 @@
{
"idf.flashType": "JTAG",
"idf.port": "/dev/tty.usbmodem12401",
"C_Cpp.intelliSenseEngine": "default"
"C_Cpp.intelliSenseEngine": "default",
"files.associations": {
"bitset": "cpp",
"chrono": "cpp",
"algorithm": "cpp",
"random": "cpp",
"fstream": "cpp",
"streambuf": "cpp",
"regex": "cpp",
"*.inc": "cpp",
"vector": "cpp",
"esp_partition.h": "c",
"cstring": "cpp",
"array": "cpp",
"string_view": "cpp"
}
}