From f56ffd108f13ba221463ecb232a16682de15134f Mon Sep 17 00:00:00 2001 From: Francisco V Date: Fri, 20 May 2022 21:10:28 +0200 Subject: [PATCH] Added MAME emulator (#53) * Add audacity * Update audacity.json * Add mp3split-gtk * Add gramps * Add MAME emulator --- programs/mame.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/mame.json 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" +} -- 2.47.3