From fe657b9759f04680ef3c6be827a86bc7bfdd226e Mon Sep 17 00:00:00 2001 From: "Dr. Dystopia" Date: Wed, 23 Apr 2025 15:55:06 +0200 Subject: [PATCH] DolphinTool: Make parameter constant --- Source/Core/DolphinTool/ExtractCommand.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Core/DolphinTool/ExtractCommand.cpp b/Source/Core/DolphinTool/ExtractCommand.cpp index 32d2a49d86..40237c02a5 100644 --- a/Source/Core/DolphinTool/ExtractCommand.cpp +++ b/Source/Core/DolphinTool/ExtractCommand.cpp @@ -175,7 +175,8 @@ static bool ListVolume(const DiscIO::Volume& disc_volume, const std::string& pat } static bool HandleExtractPartition(const std::string& output, const std::string& single_file_path, - const std::string& partition_name, DiscIO::Volume& disc_volume, + const std::string& partition_name, + const DiscIO::Volume& disc_volume, const DiscIO::Partition& partition, bool quiet, bool single) { std::string file;