From 58c7f9f5338bb3369f90bb6c8d9fa2e725ab832d Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Thu, 23 Jul 2020 03:09:08 +1000 Subject: [PATCH] (core info) Add m3u extension to DuckStation As of https://github.com/stenzek/duckstation/commit/f3df4f91a280dbd9e04d6b6d016ecbf22634bbc2, DuckStation supports loading m3u playlists and the libretro disk control interface. --- dist/info/duckstation_libretro.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/info/duckstation_libretro.info b/dist/info/duckstation_libretro.info index c3710c01d..c97d95e3b 100644 --- a/dist/info/duckstation_libretro.info +++ b/dist/info/duckstation_libretro.info @@ -1,6 +1,6 @@ display_name = "Sony - PlayStation (DuckStation)" authors = "stenzek" -supported_extensions = "cue|bin|img|chd" +supported_extensions = "cue|bin|img|chd|m3u" corename = "DuckStation" manufacturer = "Sony" categories = "Emulator"