BASE: Silence compiler warning
This commit is contained in:
parent
c99f548212
commit
1bb10c0b3d
1 changed files with 2 additions and 0 deletions
|
@ -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__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue