feat: Implemented local game import (with a wizard)
feat: Implemented a radial virtual gamepad keyboard. fix: Fixed shortcuts for file explorer
This commit is contained in:
parent
e54a6ac8f0
commit
06b7e4074d
66 changed files with 2216 additions and 416 deletions
|
|
@ -253,6 +253,8 @@ export default class RommIntegration implements PluginType<SettingsType>
|
|||
|
||||
const info: DownloadInfo = {
|
||||
platform: {
|
||||
source: 'romm',
|
||||
id: String(rommPlatform.id),
|
||||
slug: rommPlatform.slug,
|
||||
name: rommPlatform.name,
|
||||
family_name: rommPlatform.family_name ?? undefined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue