From 8f8ef469d4dab71f96748867758c424c79c6d71d Mon Sep 17 00:00:00 2001 From: Syping Date: Tue, 3 Oct 2023 22:49:24 +0200 Subject: [PATCH] fix RDR2 fileFormat --- src/ProfileInterface.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ProfileInterface.cpp b/src/ProfileInterface.cpp index 8905c13..dc280f8 100644 --- a/src/ProfileInterface.cpp +++ b/src/ProfileInterface.cpp @@ -1052,7 +1052,7 @@ bool ProfileInterface::importImage(QImage *snapmaticImage, QDateTime importDateT fileFormat = "PGTA5%1"; break; case RagePhoto::PhotoFormat::RDR2: - fileFormat = "PRDR3%1"; + fileFormat = "PRDR3%1_1"; break; default: fileFormat = "%1.lrpx"; @@ -1108,7 +1108,7 @@ bool ProfileInterface::importSnapmaticPicture(SnapmaticPicture *picture, bool wa spFormat = SnapmaticFormat::PGTA5_Format; break; case RagePhoto::PhotoFormat::RDR2: - fileFormat = "PRDR3%1"; + fileFormat = "PRDR3%1_1"; spFormat = SnapmaticFormat::PRDR3_Format; break; default: