mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
small tweaks to discscrubber...32bit seems to make a fine scrub job, but fails to actually compress.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3270 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
755d333f5a
commit
bba8fd6481
2 changed files with 4 additions and 9 deletions
|
@ -375,6 +375,8 @@ void ParsePartitionData(SPartition& _rPartition)
|
|||
, (*Files.at(currentFile)).m_Offset, (*Files.at(currentFile)).m_FileSize);
|
||||
}
|
||||
|
||||
delete FileSystem;
|
||||
|
||||
// Swap back
|
||||
delete m_Disc;
|
||||
m_Disc = OldVolume;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue