1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-23 12:36:34 -05:00

Merge pull request #1709 from ogniK5377/docked-mode-crash

Fixed switching operation modes when not running a game
This commit is contained in:
Hexagon12
2018-11-16 16:25:40 +02:00
committed by GitHub

View File

@@ -47,6 +47,9 @@ void ConfigureGeneral::OnDockedModeChanged(bool last_state, bool new_state) {
}
Core::System& system{Core::System::GetInstance()};
if (!system.IsPoweredOn()) {
return;
}
Service::SM::ServiceManager& sm = system.ServiceManager();
// Message queue is shared between these services, we just need to signal an operation