mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Core: Convert State enum into an enum class
This commit is contained in:
@ -223,7 +223,7 @@ void MainToolBar::RefreshPlayButton()
|
||||
ToolBarBitmapID bitmap_id;
|
||||
wxString label;
|
||||
|
||||
if (Core::GetState() == Core::CORE_RUN)
|
||||
if (Core::GetState() == Core::State::Running)
|
||||
{
|
||||
bitmap_id = TOOLBAR_PAUSE;
|
||||
label = _("Pause");
|
||||
|
Reference in New Issue
Block a user