mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 15:05:42 -04:00
System: Fix double error on load/boot cancel
This commit is contained in:
parent
fee888758f
commit
fae6b7ae86
@ -1649,7 +1649,9 @@ bool System::BootSystem(SystemBootParameters parameters, Error* error)
|
||||
ClearRunningGame();
|
||||
Host::OnSystemDestroyed();
|
||||
Host::OnIdleStateChanged();
|
||||
return false;
|
||||
|
||||
// Technically a failure, but user-initiated. Returning false here would try to display a non-existent error.
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user