Merge pull request #13573 from tygyh/DolphinTool-Make-parameter-constant

DolphinTool: Make parameter constant
This commit is contained in:
JMC47 2025-04-24 00:49:10 -04:00 committed by GitHub
commit 8fa725d5e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;