mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-24 18:36:31 +00:00
(Playbook) Down to one compile error
This commit is contained in:
parent
33be616912
commit
6ac16781b6
@ -646,7 +646,10 @@ static void print_compiler(FILE *file)
|
||||
static void print_help(void)
|
||||
{
|
||||
puts("===================================================================");
|
||||
#ifndef __BLACKBERRY_QNX__
|
||||
/* To get around error 'too many decimal points in number - expected ')' before numeric constant */
|
||||
puts("RetroArch: Frontend for libretro -- v" PACKAGE_VERSION " --");
|
||||
#endif
|
||||
print_compiler(stdout);
|
||||
puts("===================================================================");
|
||||
puts("Usage: retroarch [rom file] [options...]");
|
||||
|
Loading…
x
Reference in New Issue
Block a user