gbemu/.vscode/settings.json

10 lines
184 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",
"profileapi.h": "c"
2025-02-01 00:48:49 -07:00
}
}