From: Francisco V Date: Fri, 20 May 2022 19:10:28 +0000 (+0200) Subject: Added MAME emulator (#53) X-Git-Tag: v0.2.0.0~33 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/f56ffd108f13ba221463ecb232a16682de15134f Added MAME emulator (#53) * Add audacity * Update audacity.json * Add mp3split-gtk * Add gramps * Add MAME emulator --- diff --git a/programs/mame.json b/programs/mame.json new file mode 100644 index 0000000..831f7b8 --- /dev/null +++ b/programs/mame.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.mame", + "movable": false, + "help": "Currently unsupported and issue closed.\n\n_Relevant issue:_ https://github.com/mamedev/mame/issues/3853\n" + } + ], + "name": "mame" +}