Skip to content

Commit

Permalink
Merge pull request #5 from sergiobenrocha2/master
Browse files Browse the repository at this point in the history
Fix typo, it's CPS-2.
  • Loading branch information
inactive123 authored Feb 1, 2017
2 parents 711566a + d5ee0dd commit 0a5ae77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/burner/libretro/libretro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ static bool driver_inited;

void retro_get_system_info(struct retro_system_info *info)
{
info->library_name = "FB Alpha 2012 CPS2";
info->library_name = "FB Alpha 2012 CPS-2";
info->library_version = "v0.2.97.28";
info->need_fullpath = true;
info->block_extract = true;
Expand Down

0 comments on commit 0a5ae77

Please sign in to comment.