mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-23 22:01:39 -04:00
Core::GetState: Avoid Global System Accessor
This commit is contained in:
@@ -46,7 +46,7 @@ InfinityBaseWindow::InfinityBaseWindow(QWidget* parent) : QWidget(parent)
|
||||
|
||||
installEventFilter(this);
|
||||
|
||||
OnEmulationStateChanged(Core::GetState());
|
||||
OnEmulationStateChanged(Core::GetState(Core::System::GetInstance()));
|
||||
};
|
||||
|
||||
InfinityBaseWindow::~InfinityBaseWindow() = default;
|
||||
|
||||
Reference in New Issue
Block a user