mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
fix import/export of games with folders.
remove copy protection bit from banner - should allow *some* copy protected games to be moved to a real system; ex: super smash bros brawl, mario kart games with a nocopy/nomove folder cannot be imported to a real system without using homebrew tools, warn for these saves ex: guitar hero remove some unneccessary class fields the class is still incredibly ugly :(
This commit is contained in:
parent
9f4ca0e0a7
commit
477c21e946
4 changed files with 112 additions and 98 deletions
|
@ -1320,9 +1320,7 @@ void CFrame::OnImportSave(wxCommandEvent& WXUNUSED (event))
|
|||
|
||||
if (!path.IsEmpty())
|
||||
{
|
||||
// TODO: Does this actually need to be dynamically allocated for some reason?
|
||||
CWiiSaveCrypted* saveFile = new CWiiSaveCrypted(WxStrToStr(path).c_str());
|
||||
delete saveFile;
|
||||
CWiiSaveCrypted::ImportWiiSave(WxStrToStr(path).c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue