mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-31 01:50:29 +02:00
Bump up version
This commit is contained in:
@@ -159,7 +159,7 @@ void retro_get_system_info(struct retro_system_info *info)
|
|||||||
{
|
{
|
||||||
memset(info, 0, sizeof(*info));
|
memset(info, 0, sizeof(*info));
|
||||||
info->library_name = "SameBoy";
|
info->library_name = "SameBoy";
|
||||||
info->library_version = "0.8";
|
info->library_version = "0.9";
|
||||||
info->need_fullpath = true;
|
info->need_fullpath = true;
|
||||||
info->valid_extensions = "gb|gbc";
|
info->valid_extensions = "gb|gbc";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user