mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-04 01:45:08 +01:00
(Libretro) Bump up version number - we might want to make this a
global define with only the version number
This commit is contained in:
parent
9d64a49781
commit
0a3e3487fd
@ -463,7 +463,7 @@ static struct retro_system_av_info g_av_info;
|
|||||||
void retro_get_system_info(struct retro_system_info *info)
|
void retro_get_system_info(struct retro_system_info *info)
|
||||||
{
|
{
|
||||||
info->library_name = "Genesis Plus GX";
|
info->library_name = "Genesis Plus GX";
|
||||||
info->library_version = "v1.7.3";
|
info->library_version = "v1.7.4";
|
||||||
info->valid_extensions = "md|smd|bin|cue|gen|iso|sms|gg|sg";
|
info->valid_extensions = "md|smd|bin|cue|gen|iso|sms|gg|sg";
|
||||||
info->block_extract = false;
|
info->block_extract = false;
|
||||||
info->need_fullpath = true;
|
info->need_fullpath = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user