mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Buildfix.
This commit is contained in:
@ -612,7 +612,7 @@ void GamepadPage::DeleteProfile(wxCommandEvent&)
|
||||
|
||||
if (File::Exists(fnamecstr) &&
|
||||
AskYesNoT("Are you sure you want to delete \"%s\"?",
|
||||
WxStrToStr(profile_cbox->GetValue())))
|
||||
WxStrToStr(profile_cbox->GetValue()).c_str()))
|
||||
{
|
||||
File::Delete(fnamecstr);
|
||||
|
||||
|
Reference in New Issue
Block a user