mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 03:55:45 -04:00
Qt: Don't boot system twice on rapid clicking
This commit is contained in:
@ -816,6 +816,10 @@ void EmuThread::bootSystem(std::shared_ptr<SystemBootParameters> params)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Just in case of rapid clicking games before it gets the chance to start.
|
||||||
|
if (System::IsValidOrInitializing())
|
||||||
|
return;
|
||||||
|
|
||||||
setInitialState(params->override_fullscreen);
|
setInitialState(params->override_fullscreen);
|
||||||
|
|
||||||
Error error;
|
Error error;
|
||||||
|
Reference in New Issue
Block a user