diff options
author | Kelebek1 <eeeedddccc@hotmail.co.uk> | 2023-09-29 00:47:10 +0200 |
---|---|---|
committer | Kelebek1 <eeeedddccc@hotmail.co.uk> | 2023-09-29 00:47:10 +0200 |
commit | c62e089260d66900e8aaa4f38c6a794730a3e9f2 (patch) | |
tree | b89d857631b751953c6b206359bebe6ca96a1294 /src/core/hle | |
parent | Merge pull request #11626 from german77/mii-fix (diff) | |
download | yuzu-c62e089260d66900e8aaa4f38c6a794730a3e9f2.tar yuzu-c62e089260d66900e8aaa4f38c6a794730a3e9f2.tar.gz yuzu-c62e089260d66900e8aaa4f38c6a794730a3e9f2.tar.bz2 yuzu-c62e089260d66900e8aaa4f38c6a794730a3e9f2.tar.lz yuzu-c62e089260d66900e8aaa4f38c6a794730a3e9f2.tar.xz yuzu-c62e089260d66900e8aaa4f38c6a794730a3e9f2.tar.zst yuzu-c62e089260d66900e8aaa4f38c6a794730a3e9f2.zip |
Diffstat (limited to 'src/core/hle')
-rw-r--r-- | src/core/hle/service/am/am.cpp | 3 |
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) { void LoopProcess(Nvnflinger::Nvnflinger& nvnflinger, Core::System& system) { auto message_queue = std::make_shared<AppletMessageQueue>(system); - // Needed on game boot - message_queue->PushMessage(AppletMessageQueue::AppletMessage::FocusStateChanged); - auto server_manager = std::make_unique<ServerManager>(system); server_manager->RegisterNamedService( |