mame/plugins/inputmacro/plugin.json
Vas Crabb b1c7644159 -plugins: Added an input macro plugin.
-plugins: Sort input selection menus for autofire plugin.

-frontend: Fixed another case where the menus may not automatically
scroll the first item into view.
2021-10-21 04:11:43 +11:00

10 lines
171 B
JSON

{
"plugin": {
"name": "inputmacro",
"description": "Input macro plugin",
"version": "0.0.1",
"author": "Vas Crabb",
"type": "plugin",
"start": "false"
}
}