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:
447f5a1
)
libretro: bump version for dynarec fixes
author
notaz
<notasas@gmail.com>
Tue, 14 Dec 2021 22:25:08 +0000
(
00:25
+0200)
committer
notaz
<notasas@gmail.com>
Tue, 14 Dec 2021 22:25:08 +0000
(
00:25
+0200)
... and let 'l' show that it's libretro fork build and not upstream
frontend/libretro.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/libretro.c
b/frontend/libretro.c
index
8252e15
..
62acf42
100644
(file)
--- a/
frontend/libretro.c
+++ b/
frontend/libretro.c
@@
-654,7
+654,7
@@
void retro_get_system_info(struct retro_system_info *info)
#endif
memset(info, 0, sizeof(*info));
info->library_name = "PCSX-ReARMed";
- info->library_version = "r2
2
" GIT_VERSION;
+ info->library_version = "r2
3l
" GIT_VERSION;
info->valid_extensions = "bin|cue|img|mdf|pbp|toc|cbn|m3u|chd";
info->need_fullpath = true;
}