Browse Source

Merge pull request #11631 from Kelebek1/double_focus_change

Don't send a double focus change message
pull/15/merge
liamwhite 2 years ago
committed by GitHub
parent
commit
18a396b53f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/core/hle/service/am/am.cpp

3
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(

Loading…
Cancel
Save