mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-08 11:26:23 -05:00
Core: Convert State enum into an enum class
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user