gbemu/.vscode/settings.json

13 lines
262 B
JSON
Raw Normal View History

2025-02-01 00:48:49 -07:00
{
"files.associations": {
"lcd.h": "c",
"ppu_sm.h": "c",
"string.h": "c",
"common.h": "c",
2025-02-02 20:36:32 -07:00
"ppu.h": "c",
2025-02-03 22:59:24 -07:00
"profileapi.h": "c",
"type_traits": "c",
2025-02-05 16:40:08 -07:00
"xtr1common": "c",
"chrono": "c"
2025-02-01 00:48:49 -07:00
}
}