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

Method onToolsOpenDataDirectoryTriggered

pcsx2-qt/MainWindow.cpp:2137–2141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2135}
2136
2137void MainWindow::onToolsOpenDataDirectoryTriggered()
2138{
2139 const QString path(QString::fromStdString(EmuFolders::DataRoot));
2140 QtUtils::OpenURL(this, QUrl::fromLocalFile(path));
2141}
2142
2143void MainWindow::onToolsCoverDownloaderTriggered()
2144{

Callers

nothing calls this directly

Calls 1

OpenURLFunction · 0.85

Tested by

no test coverage detected