mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
WiiSaveCrypted: Move some function params over to std::string
This commit is contained in:
@ -1403,7 +1403,7 @@ void CFrame::OnImportSave(wxCommandEvent& WXUNUSED (event))
|
||||
|
||||
if (!path.IsEmpty())
|
||||
{
|
||||
CWiiSaveCrypted::ImportWiiSave(WxStrToStr(path).c_str());
|
||||
CWiiSaveCrypted::ImportWiiSave(WxStrToStr(path));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user