Update libretro.c
authorBryan Barnes <hooby3d@gmail.com>
Sun, 7 May 2017 22:46:33 +0000 (18:46 -0400)
committerGitHub <noreply@github.com>
Sun, 7 May 2017 22:46:33 +0000 (18:46 -0400)
frontend/libretro.c

index 090e10b..4527f86 100644 (file)
@@ -1702,7 +1702,7 @@ void retro_init(void)
                SysPrintf("no BIOS files found.\n");
                struct retro_message msg =
                {
-                       "No BIOS file found - add for better compatibility",
+                       "No PlayStation BIOS file found - add for better compatibility",
                        180
                };
                environ_cb(RETRO_ENVIRONMENT_SET_MESSAGE, (void*)&msg);