diff --git a/framework/component_manifest.json b/framework/component_manifest.json index 268b970d..7eb6ffce 100644 --- a/framework/component_manifest.json +++ b/framework/component_manifest.json @@ -562,5 +562,23 @@ "desc": "Enable or disable: Widescreen mode in supported components." } } + }, + "es_de_config": { + "es_systems": [ + { + "name": "ports", + "fullname": "Ports", + "path": "%ROMPATH%/ports", + "extension": ".sh", + "commands": [ + { + "label": "Shell Runner", + "command": "/bin/bash %ROM%" + } + ], + "platform": "pc, pcwindows", + "theme": "ports" + } + ] } }