summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/am/am.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp
index e9bd04842..a83622f7c 100644
--- a/src/core/hle/service/am/am.cpp
+++ b/src/core/hle/service/am/am.cpp
@@ -2094,9 +2094,6 @@ void IApplicationFunctions::PrepareForJit(HLERequestContext& ctx) {
2094 2094
2095void LoopProcess(Nvnflinger::Nvnflinger& nvnflinger, Core::System& system) { 2095void LoopProcess(Nvnflinger::Nvnflinger& nvnflinger, Core::System& system) {
2096 auto message_queue = std::make_shared<AppletMessageQueue>(system); 2096 auto message_queue = std::make_shared<AppletMessageQueue>(system);
2097 // Needed on game boot
2098 message_queue->PushMessage(AppletMessageQueue::AppletMessage::FocusStateChanged);
2099
2100 auto server_manager = std::make_unique<ServerManager>(system); 2097 auto server_manager = std::make_unique<ServerManager>(system);
2101 2098
2102 server_manager->RegisterNamedService( 2099 server_manager->RegisterNamedService(