notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57e122a
)
More clear HLE BIOS error message
author
Bryan Barnes
<hooby3d@gmail.com>
Mon, 24 Apr 2017 23:51:57 +0000
(19:51 -0400)
committer
GitHub
<noreply@github.com>
Mon, 24 Apr 2017 23:51:57 +0000
(19:51 -0400)
frontend/libretro.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/libretro.c
b/frontend/libretro.c
index
7fd20b1
..
98c0dee
100644
(file)
--- a/
frontend/libretro.c
+++ b/
frontend/libretro.c
@@
-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);