mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
More header changes.
This commit is contained in:
parent
6e06fdf638
commit
c09b0f511e
13 changed files with 79 additions and 90 deletions
|
|
@ -389,7 +389,7 @@ void CompilerELF::LoadElf(wxCommandEvent& event)
|
|||
"All Files (*.*)|*.*",
|
||||
wxFD_OPEN | wxFD_FILE_MUST_EXIST);
|
||||
|
||||
if(ctrl.ShowModal() == wxID_CANCEL) return;
|
||||
if(ctrl.ShowModal() == rID_CANCEL) return;
|
||||
LoadElf(fmt::ToUTF8(ctrl.GetPath()));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue