mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Prevent stopping emulation before fully booting. This can sometimes cause dolphin to crash.
This commit is contained in:
@ -1010,6 +1010,8 @@ void CFrame::DoPause()
|
|||||||
// Stop the emulation
|
// Stop the emulation
|
||||||
void CFrame::DoStop()
|
void CFrame::DoStop()
|
||||||
{
|
{
|
||||||
|
if (!Core::IsRunningAndStarted())
|
||||||
|
return;
|
||||||
if (confirmStop)
|
if (confirmStop)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user