mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 22:14:17 +00:00
Merge pull request #10501 from maksun/patch-1
[Retroarch] Tiny glitch when displaying version
This commit is contained in:
commit
e6fcf73a1e
@ -26821,6 +26821,8 @@ static void retroarch_print_version(void)
|
||||
PACKAGE_VERSION);
|
||||
#ifdef HAVE_GIT_VERSION
|
||||
printf(" -- %s --\n", retroarch_git_version);
|
||||
#else
|
||||
printf("\n");
|
||||
#endif
|
||||
retroarch_get_capabilities(RARCH_CAPABILITIES_COMPILER, str, sizeof(str));
|
||||
strlcat(str, " Built: " __DATE__, sizeof(str));
|
||||
|
Loading…
x
Reference in New Issue
Block a user