summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/am/am.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp
index a768bdc54..38f67adcd 100644
--- a/src/core/hle/service/am/am.cpp
+++ b/src/core/hle/service/am/am.cpp
@@ -931,8 +931,8 @@ ICommonStateGetter::ICommonStateGetter(Core::System& system_,
931 sleep_lock_event = service_context.CreateEvent("ICommonStateGetter::SleepLockEvent"); 931 sleep_lock_event = service_context.CreateEvent("ICommonStateGetter::SleepLockEvent");
932 932
933 // Configure applets to be in foreground state 933 // Configure applets to be in foreground state
934 msg_queue->PushMessage(AppletMessageQueue::AppletMessage::FocusStateChanged);
935 msg_queue->PushMessage(AppletMessageQueue::AppletMessage::ChangeIntoForeground); 934 msg_queue->PushMessage(AppletMessageQueue::AppletMessage::ChangeIntoForeground);
935 msg_queue->PushMessage(AppletMessageQueue::AppletMessage::FocusStateChanged);
936} 936}
937 937
938ICommonStateGetter::~ICommonStateGetter() { 938ICommonStateGetter::~ICommonStateGetter() {