mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
chdman: -c would only overwrite the amount of compressions defined - part of the default compressions might still have been used [Oliver Stöneberg]
This commit is contained in:
parent
726d4a0c53
commit
f365fbecc2
@ -1086,6 +1086,11 @@ static void parse_compression(const parameters_t ¶ms, chd_codec_type compres
|
||||
if (end == -1)
|
||||
break;
|
||||
}
|
||||
|
||||
for(;index < 4; ++index)
|
||||
{
|
||||
compression[index] = CHD_CODEC_NONE;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user