Skip to content

Commit

Permalink
libretro: add m3u as supported extension.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
  • Loading branch information
audetto committed Nov 28, 2021
1 parent 76317c2 commit 24a135e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/frontends/libretro/libretro.cpp
Expand Up @@ -163,7 +163,7 @@ void retro_get_system_info(retro_system_info *info)
info->library_name = "AppleWin";
info->library_version = version.c_str();
info->need_fullpath = true;
info->valid_extensions = "bin|do|dsk|nib|po|gz|woz|zip|2mg|2img|iie|apl|hdv|yaml";
info->valid_extensions = "bin|do|dsk|nib|po|gz|woz|zip|2mg|2img|iie|apl|hdv|yaml|m3u";
}

void retro_get_system_av_info(retro_system_av_info *info)
Expand Down

0 comments on commit 24a135e

Please sign in to comment.