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:
fc6dbef
)
(libretro) Library version is too long to show in RGUI
author
twinaphex
<autechre1024@hotmail.com>
Thu, 21 Mar 2013 23:25:50 +0000
(
00:25
+0100)
committer
notaz
<notasas@gmail.com>
Sun, 26 May 2013 15:54:53 +0000
(18:54 +0300)
frontend/libretro.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/libretro.c
b/frontend/libretro.c
index
e22ef5b
..
f916f57
100644
(file)
--- a/
frontend/libretro.c
+++ b/
frontend/libretro.c
@@
-250,7
+250,7
@@
void retro_get_system_info(struct retro_system_info *info)
{
memset(info, 0, sizeof(*info));
info->library_name = "PCSX-ReARMed";
- info->library_version =
REV
;
+ info->library_version =
"r19"
;
info->valid_extensions = "bin|cue|img|mdf|pbp|cbn";
info->need_fullpath = true;
}