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

Method goToWikiPage

pcsx2-qt/MainWindow.cpp:3382–3385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3380}
3381
3382void MainWindow::goToWikiPage(const GameList::Entry& entry)
3383{
3384 QtUtils::OpenURL(this, fmt::format("https://wiki.pcsx2.net/{}", entry.serial).c_str());
3385}
3386
3387void MainWindow::openSnapshotsFolderForGame(const GameList::Entry& entry)
3388{

Callers

nothing calls this directly

Calls 3

OpenURLFunction · 0.85
formatFunction · 0.50
c_strMethod · 0.45

Tested by

no test coverage detected