mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Core: Convert State enum into an enum class
This commit is contained in:
parent
c4d470cbf2
commit
e07383a783
25 changed files with 103 additions and 103 deletions
|
@ -457,7 +457,7 @@ void CCodeWindow::UpdateLists()
|
|||
|
||||
void CCodeWindow::UpdateCallstack()
|
||||
{
|
||||
if (Core::GetState() == Core::CORE_STOPPING)
|
||||
if (Core::GetState() == Core::State::Stopping)
|
||||
return;
|
||||
|
||||
callstack->Clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue