Skip to content

Commit

Permalink
Add 'v' to library_version
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinaphex committed Jul 15, 2012
1 parent 16e1dbb commit 69d9521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libretro/libretro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ void retro_get_system_info(struct retro_system_info *info)
{
info->need_fullpath = false;
info->valid_extensions = "gba|GBA|zip|ZIP";
info->library_version = "1.0.2";
info->library_version = "v1.0.2";
info->library_name = "VBA Next";
info->block_extract = false;
}
Expand Down

0 comments on commit 69d9521

Please sign in to comment.