diff options
Diffstat (limited to 'games/stella/stella.xml')
-rw-r--r-- | games/stella/stella.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/stella/stella.xml b/games/stella/stella.xml new file mode 100644 index 0000000000..17c7b5aa20 --- /dev/null +++ b/games/stella/stella.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> + <mime-type type="application/x-2600rom"> + <comment>Atari 2600 Cartridge ROM</comment> + <glob pattern="*.a26.gz"/> + <glob pattern="*.a26"/> + <generic-icon name="stella" /> + </mime-type> +</mime-info> |