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;