More clear HLE BIOS error message
authorBryan Barnes <hooby3d@gmail.com>
Mon, 24 Apr 2017 23:51:57 +0000 (19:51 -0400)
committerGitHub <noreply@github.com>
Mon, 24 Apr 2017 23:51:57 +0000 (19:51 -0400)
frontend/libretro.c

index 7fd20b1..98c0dee 100644 (file)
@@ -1680,7 +1680,7 @@ void retro_init(void)
                SysPrintf("no BIOS files found.\n");
                struct retro_message msg =
                {
-                       "no BIOS found, expect bugs!",
+                       "No BIOS file found - add for better compatibility",
                        180
                };
                environ_cb(RETRO_ENVIRONMENT_SET_MESSAGE, (void*)&msg);