Merge remote-tracking branch 'upstreamssh/master'

This commit is contained in:
David Guillen Fandos 2023-08-26 12:21:46 +02:00
commit 36b607d2b4

View file

@ -486,7 +486,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" ;
}