Files
gbemu/.vscode/settings.json
2025-05-31 09:17:28 -06:00

20 lines
445 B
JSON

{
"files.associations": {
"lcd.h": "c",
"ppu_sm.h": "c",
"string.h": "c",
"common.h": "c",
"ppu.h": "c",
"profileapi.h": "c",
"type_traits": "c",
"xtr1common": "c",
"chrono": "c",
"interrupts.h": "c",
"cmath": "c",
"algorithm": "c",
"functional": "c",
"optional": "c",
"system_error": "c",
"xutility": "c"
}
}