mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-01 07:52:37 +00:00
Add Core::State::Starting
This commit is contained in:
parent
d217e797f2
commit
22a9a08b24
4 changed files with 7 additions and 3 deletions
|
@ -195,7 +195,7 @@ void Init()
|
|||
if (s_fd)
|
||||
return;
|
||||
|
||||
if (Core::GetState() != Core::State::Uninitialized)
|
||||
if (Core::GetState() != Core::State::Uninitialized && Core::GetState() != Core::State::Starting)
|
||||
{
|
||||
if ((CoreTiming::GetTicks() - s_last_init) < SystemTimers::GetTicksPerSecond())
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue