feat: Implemented launching and downloading of roms
This is just an initial implementation lots of kings to iron out
This commit is contained in:
parent
ef08fa6114
commit
f15bf9a1e0
117 changed files with 37776 additions and 1073 deletions
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
|
|
@ -10,7 +10,6 @@
|
|||
"search.exclude": {
|
||||
"**/*.gen.ts": true,
|
||||
"src/mainview/gen/*": true,
|
||||
|
||||
},
|
||||
"editor.formatOnSave": true,
|
||||
"[typescriptreact]": {
|
||||
|
|
@ -22,6 +21,13 @@
|
|||
"editor.formatOnSave": true
|
||||
},
|
||||
"cSpell.words": [
|
||||
"elysia"
|
||||
"elysia",
|
||||
"elysiajs",
|
||||
"gameflow",
|
||||
"hackolade",
|
||||
"keytar",
|
||||
"norigin",
|
||||
"noriginmedia",
|
||||
"romm"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue