MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / PrintCommandLineVersion

Function PrintCommandLineVersion

pcsx2-gsrunner/Main.cpp:483–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481END_HOTKEY_LIST()
482
483static void PrintCommandLineVersion()
484{
485 std::fprintf(stderr, "PCSX2 GS Runner Version %s\n", GIT_REV);
486 std::fprintf(stderr, "https://pcsx2.net/\n");
487 std::fprintf(stderr, "\n");
488}
489
490static void PrintCommandLineHelp(const char* progname)
491{

Callers 4

PrintCommandLineHelpFunction · 0.85
ParseCommandLineArgsMethod · 0.85
PrintCommandLineHelpMethod · 0.85

Calls 1

fprintfFunction · 0.85

Tested by

no test coverage detected