mirror of https://github.com/mgba-emu/mgba.git
Add missing newline in perf usage
This commit is contained in:
parent
433f0ba360
commit
ca3e1c428e
|
@ -10,7 +10,7 @@
|
|||
#define PERF_OPTIONS "NS:"
|
||||
#define PERF_USAGE \
|
||||
"\nBenchmark options:\n" \
|
||||
" -N Disable video rendering entirely" \
|
||||
" -N Disable video rendering entirely\n" \
|
||||
" -S SEC Run for SEC in-game seconds before exiting"
|
||||
|
||||
struct PerfOpts {
|
||||
|
|
Loading…
Reference in New Issue