diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 03a909d17..5ddce2261 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -2823,7 +2823,7 @@ void GMainWindow::OnCaptureScreenshot() { | |||
| 2823 | QString::fromStdString(Common::FS::GetYuzuPathString(Common::FS::YuzuPath::ScreenshotsDir)); | 2823 | QString::fromStdString(Common::FS::GetYuzuPathString(Common::FS::YuzuPath::ScreenshotsDir)); |
| 2824 | const auto date = | 2824 | const auto date = |
| 2825 | QDateTime::currentDateTime().toString(QStringLiteral("yyyy-MM-dd_hh-mm-ss-zzz")); | 2825 | QDateTime::currentDateTime().toString(QStringLiteral("yyyy-MM-dd_hh-mm-ss-zzz")); |
| 2826 | QString filename = QStringLiteral("%1%2_%3.png") | 2826 | QString filename = QStringLiteral("%1/%2_%3.png") |
| 2827 | .arg(screenshot_path) | 2827 | .arg(screenshot_path) |
| 2828 | .arg(title_id, 16, 16, QLatin1Char{'0'}) | 2828 | .arg(title_id, 16, 16, QLatin1Char{'0'}) |
| 2829 | .arg(date); | 2829 | .arg(date); |