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
5
src/mainview/types.d.ts
vendored
5
src/mainview/types.d.ts
vendored
|
|
@ -1,4 +1,9 @@
|
|||
declare const __HOST__: string;
|
||||
declare const __EMULATORS__: Record<string, string>;
|
||||
declare module "@emulators" {
|
||||
const data: Record<string, string>;
|
||||
export default data;
|
||||
}
|
||||
|
||||
global
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue