mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
Silly macro removed
This commit is contained in:
parent
f0459e3891
commit
7a2802a5e0
12 changed files with 35 additions and 40 deletions
|
|
@ -279,7 +279,7 @@ void MainFrame::InstallPkg(wxCommandEvent& WXUNUSED(event))
|
|||
if (pkg_install(pkg_f, local_path + '/', progress))
|
||||
{
|
||||
progress = 1.;
|
||||
return_;
|
||||
return;
|
||||
}
|
||||
|
||||
// TODO: Ask user to delete files on cancellation/failure?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue