liamwhite
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/yuzu/bootmanager.h
|
|
@ -80,7 +80,7 @@ public: |
|
|
* @return True if the emulation thread is running, otherwise false |
|
|
* @return True if the emulation thread is running, otherwise false |
|
|
*/ |
|
|
*/ |
|
|
bool IsRunning() const { |
|
|
bool IsRunning() const { |
|
|
return m_is_running.load(); |
|
|
|
|
|
|
|
|
return m_is_running.load() || m_should_run; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
|