mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
DolphinTool: Make parameter constant
This commit is contained in:
parent
89873d6238
commit
fe657b9759
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
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)
|
const DiscIO::Partition& partition, bool quiet, bool single)
|
||||||
{
|
{
|
||||||
std::string file;
|
std::string file;
|
||||||
|
|
Loading…
Add table
Reference in a new issue