aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorTwinaphex2017-05-08 01:42:45 +0200
committerGitHub2017-05-08 01:42:45 +0200
commit358a8764ccdab8d5228c0c8c958fa7c0ff45f4a0 (patch)
tree7a9e3111580e1c30cf7433117cea756b7de4f1db /frontend
parent1b330b71ffa80c8c3a0e27d4581bf6e9bbf0e5da (diff)
parentd019fef12f559a8cc5db4df8d975e9ab92f52582 (diff)
downloadpcsx_rearmed-358a8764ccdab8d5228c0c8c958fa7c0ff45f4a0.tar.gz
pcsx_rearmed-358a8764ccdab8d5228c0c8c958fa7c0ff45f4a0.tar.bz2
pcsx_rearmed-358a8764ccdab8d5228c0c8c958fa7c0ff45f4a0.zip
Merge pull request #122 from hooby3dfx/patch-2
Another minor update to no BIOS error string
Diffstat (limited to 'frontend')
-rw-r--r--frontend/libretro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/libretro.c b/frontend/libretro.c
index 090e10b..4527f86 100644
--- a/frontend/libretro.c
+++ b/frontend/libretro.c
@@ -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);