mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Add ifdef around this
This commit is contained in:
parent
2596de53ec
commit
e2b3c72b9d
@ -854,7 +854,9 @@ static void retroarch_parse_input(int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef HAVE_GIT_VERSION
|
||||
RARCH_LOG("This is RetroArch version %s (Git %s)\n", PACKAGE_VERSION, retroarch_git_version);
|
||||
#endif
|
||||
|
||||
if (explicit_menu)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user