diff options
| author | Michael M <mchtly@gmail.com> | 2017-07-01 14:08:58 -0700 |
|---|---|---|
| committer | Michael M <mchtly@gmail.com> | 2017-09-13 17:30:18 -0700 |
| commit | 22a9a08b2454b48ea017e8733e69caf63f3717dd (patch) | |
| tree | 20ade8e308f7cc4a5a50ff36ab27a148343ddb15 /Source/Core/InputCommon/GCAdapter.cpp | |
| parent | d217e797f29b2d727bd7a45dcacd15603b739aa6 (diff) | |
Add Core::State::Starting
Diffstat (limited to 'Source/Core/InputCommon/GCAdapter.cpp')
| -rw-r--r-- | Source/Core/InputCommon/GCAdapter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/GCAdapter.cpp b/Source/Core/InputCommon/GCAdapter.cpp index 685329a693..7a897affdc 100644 --- a/Source/Core/InputCommon/GCAdapter.cpp +++ b/Source/Core/InputCommon/GCAdapter.cpp @@ -179,7 +179,7 @@ void Init() if (s_handle != nullptr) 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; |
