mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-16 13:36:59 +00:00
UI: Make code compatible with wxWidgets 3.3 (#1598)
This commit is contained in:
parent
95dc590d2c
commit
da98aa4176
7 changed files with 14 additions and 14 deletions
|
|
@ -283,7 +283,7 @@ void EmulatedUSBDeviceFrame::LoadSkylanderPath(uint8 slot, wxString path)
|
|||
std::unique_ptr<FileStream> skyFile(FileStream::openFile2(_utf8ToPath(path.utf8_string()), true));
|
||||
if (!skyFile)
|
||||
{
|
||||
wxMessageDialog open_error(this, "Error Opening File: " + path.c_str());
|
||||
wxMessageDialog open_error(this, "Error Opening File: " + path);
|
||||
open_error.ShowModal();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue