mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 20:25:58 +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
|
@ -234,7 +234,7 @@ void CheatSearchTab::OnListViewItemSelected(wxListEvent&)
|
|||
|
||||
void CheatSearchTab::OnTimerUpdate(wxTimerEvent&)
|
||||
{
|
||||
if (Core::GetState() != Core::CORE_RUN)
|
||||
if (Core::GetState() != Core::State::Running)
|
||||
return;
|
||||
|
||||
// Only update the currently visible list rows.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue