mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-04 19:19:59 +00:00
Merge pull request #11631 from Kelebek1/double_focus_change
Don't send a double focus change message
This commit is contained in:
commit
18a396b53f
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue