mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-08 03:16:30 -05:00
Core::GetState: Avoid Global System Accessor
This commit is contained in:
@@ -158,7 +158,7 @@ void WatchWidget::Update()
|
||||
|
||||
m_updating = true;
|
||||
|
||||
if (Core::GetState() != Core::State::Paused)
|
||||
if (Core::GetState(m_system) != Core::State::Paused)
|
||||
{
|
||||
m_table->setDisabled(true);
|
||||
m_updating = false;
|
||||
|
||||
Reference in New Issue
Block a user