We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfee2ac + 5aac4d4 commit 0c364eaCopy full SHA for 0c364ea
src/burner/libretro/libretro.cpp
@@ -66,7 +66,7 @@ static bool driver_inited;
66
67
void retro_get_system_info(struct retro_system_info *info)
68
{
69
- info->library_name = "FB Alpha 2012 CPS1";
+ info->library_name = "FB Alpha 2012 CPS-1";
70
info->library_version = "v0.2.97.28";
71
info->need_fullpath = true;
72
info->block_extract = true;
0 commit comments