From 39f4bcc3c68dde0c4d4d418ec8508f2a89730f48 Mon Sep 17 00:00:00 2001 From: not6 Date: Sun, 5 Feb 2017 18:30:02 +0100 Subject: [PATCH] fix supported_extensions --- dist/info/cap32_libretro.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/info/cap32_libretro.info b/dist/info/cap32_libretro.info index 7c347965..6126aa89 100644 --- a/dist/info/cap32_libretro.info +++ b/dist/info/cap32_libretro.info @@ -1,6 +1,6 @@ display_name = "Amstrad CPC (Caprice32)" authors = "Ulrich Doewich|dantoine" -supported_extensions = "dsk|sna" +supported_extensions = "dsk|sna|zip|tap|cdt|voc" corename = "Caprice32" manufacturer = "Amstrad" categories = "Emulator"