DolphinTool: Make parameter constant

This commit is contained in:
Dr. Dystopia 2025-04-23 15:55:06 +02:00
parent 89873d6238
commit fe657b9759

View file

@ -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;