Skip to content

Commit 0c364ea

Browse files
authored
Merge pull request #3 from sergiobenrocha2/master
Fix typo, it's CPS-1.
2 parents dfee2ac + 5aac4d4 commit 0c364ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/burner/libretro/libretro.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ static bool driver_inited;
6666

6767
void retro_get_system_info(struct retro_system_info *info)
6868
{
69-
info->library_name = "FB Alpha 2012 CPS1";
69+
info->library_name = "FB Alpha 2012 CPS-1";
7070
info->library_version = "v0.2.97.28";
7171
info->need_fullpath = true;
7272
info->block_extract = true;

0 commit comments

Comments
 (0)