mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Add Core::State::Starting
This commit is contained in:
@ -700,6 +700,9 @@ State GetState()
|
||||
return State::Running;
|
||||
}
|
||||
|
||||
if (s_is_booting.IsSet())
|
||||
return State::Starting;
|
||||
|
||||
return State::Uninitialized;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user