@@ -446,13 +446,14 @@ static void PrintCommandLineHelp(const char* progname)
446446 std::fprintf (stderr, " -dump [rt|tex|z|f|a|i]: Enabling dumping of render target, texture, z buffer, frame, "
447447 " alphas, and info (context, vertices), respectively, per draw. Generates lots of data.\n " );
448448 std::fprintf (stderr, " -dumprange N[,L,B]: Start dumping from draw N (base 0), stops after L draws, and only "
449- " those draws that are multiples of B (intersection of -dumprange and -dumrangef used)."
450- " Defaults to N=0,L= -1,B= 1 (all draws). Only used if -dump used.\n " );
449+ " those draws that are multiples of B (intersection of -dumprange and -dumprangef used)."
450+ " Defaults to 0, -1,1 (all draws). Only used if -dump used.\n " );
451451 std::fprintf (stderr, " -dumprangef NF[,LF,BF]: Start dumping from frame NF (base 0), stops after LF frames, "
452- " and only those frames that are multiples of BF (intersection of -dumprange and -dumrangef used).\n "
453- " Defaults to NF=0,LF= -1,BF= 1 (all frames). Only used if -dump is used.\n " );
452+ " and only those frames that are multiples of BF (intersection of -dumprange and -dumprangef used).\n "
453+ " Defaults to 0, -1,1 (all frames). Only used if -dump is used.\n " );
454454 std::fprintf (stderr, " -loop <count>: Loops dump playback N times. Defaults to 1. 0 will loop infinitely.\n " );
455455 std::fprintf (stderr, " -renderer <renderer>: Sets the graphics renderer. Defaults to Auto.\n " );
456+ std::fprintf (stderr, " -swthreads <threads>: Sets the number of threads for the software renderer.\n " );
456457 std::fprintf (stderr, " -window: Forces a window to be displayed.\n " );
457458 std::fprintf (stderr, " -surfaceless: Disables showing a window.\n " );
458459 std::fprintf (stderr, " -logfile <filename>: Writes emu log to filename.\n " );
0 commit comments