Add u1 extension to supported filetypes

As requested in issue #37 .  Could probably lose the 'v0.91' from the build version as well and just have it report the github build.
This commit is contained in:
andymcca 2023-07-31 15:46:12 +01:00 committed by David G. F
parent 30e86961a1
commit 8292786363
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ void retro_get_system_info(struct retro_system_info* info)
info->library_version = "v0.91" GIT_VERSION;
info->need_fullpath = true;
info->block_extract = false;
info->valid_extensions = "gba|bin|agb|gbz" ;
info->valid_extensions = "gba|bin|agb|gbz|u1" ;
}