BASE: Silence compiler warning

This commit is contained in:
Paweł Kołodziejski 2022-05-28 17:38:12 +02:00
parent c99f548212
commit 1bb10c0b3d
No known key found for this signature in database
GPG Key ID: 0BDADC9E74440FF7

View File

@ -55,12 +55,14 @@ namespace Base {
#ifndef DISABLE_COMMAND_LINE
#if defined(__DS__)
static const char USAGE_STRING[] =
"%s: %s\n"
"Usage: %s [OPTIONS]... [GAME]\n"
"\n"
"Try '%s --help' for more options.\n"
;
#endif
// DONT FIXME: DO NOT ORDER ALPHABETICALLY, THIS IS ORDERED BY IMPORTANCE/CATEGORY! :)
#if defined(ANDROID) || defined(__DS__) || defined(__3DS__)