mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 09:32:52 +00:00
remove ifdefs around puts PACKAGEVERSION line
This commit is contained in:
parent
77d5190a01
commit
d215a2a0f5
@ -54,6 +54,9 @@ static const gfx_ctx_driver_t *gfx_ctx_drivers[] = {
|
|||||||
#if defined(HAVE_SDL) && defined(HAVE_OPENGL)
|
#if defined(HAVE_SDL) && defined(HAVE_OPENGL)
|
||||||
&gfx_ctx_sdl_gl,
|
&gfx_ctx_sdl_gl,
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(IS_XCODE) && defined(__APPLE__)
|
||||||
|
&gfx_ctx_null,
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
const gfx_ctx_driver_t *gfx_ctx_find_driver(const char *ident)
|
const gfx_ctx_driver_t *gfx_ctx_find_driver(const char *ident)
|
||||||
|
@ -632,10 +632,8 @@ static void print_compiler(FILE *file)
|
|||||||
static void print_help(void)
|
static void print_help(void)
|
||||||
{
|
{
|
||||||
puts("===================================================================");
|
puts("===================================================================");
|
||||||
#if !defined(__BLACKBERRY_QNX__) && !defined(IOS) && !defined(IS_XCODE)
|
|
||||||
/* To get around error 'too many decimal points in number - expected ')' before numeric constant */
|
/* To get around error 'too many decimal points in number - expected ')' before numeric constant */
|
||||||
puts("RetroArch: Frontend for libretro -- v" PACKAGE_VERSION " --");
|
puts("RetroArch: Frontend for libretro -- v" PACKAGE_VERSION " --");
|
||||||
#endif
|
|
||||||
print_compiler(stdout);
|
print_compiler(stdout);
|
||||||
puts("===================================================================");
|
puts("===================================================================");
|
||||||
puts("Usage: retroarch [rom file] [options...]");
|
puts("Usage: retroarch [rom file] [options...]");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user