Merge pull request #472 from RobLoach/mame-cmd

Add .cmd as a valid MAME extension
This commit is contained in:
Twinaphex 2017-06-17 13:20:47 +02:00 committed by GitHub
commit 31a65c06a4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
display_name = "Arcade (MAME 2014)"
authors = "MAMEdev"
supported_extensions = "zip|chd|7z"
supported_extensions = "zip|chd|7z|cmd"
corename = "MAME 2014 (0.159)"
manufacturer = "Various"
categories = "Emulator"

View File

@ -1,6 +1,6 @@
display_name = "Arcade (MAME 2016)"
authors = "MAMEdev"
supported_extensions = "zip|chd|7z"
supported_extensions = "zip|chd|7z|cmd"
corename = "MAME 2016 (0.174)"
manufacturer = "Various"
categories = "Emulator"