Merge pull request #48 from GeneralFailer/master

Add the more common UNIF extension
This commit is contained in:
Twinaphex
2016-09-07 20:32:04 +02:00
committed by GitHub

View File

@@ -600,7 +600,7 @@ void retro_set_environment(retro_environment_t cb)
void retro_get_system_info(struct retro_system_info *info)
{
info->need_fullpath = true;
info->valid_extensions = "fds|nes|unif";
info->valid_extensions = "fds|nes|unf|unif";
info->library_version = "(SVN)";
info->library_name = "FCEUmm";
info->block_extract = false;