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