From cab3953f2200e6f9a1131a19339d5399acb67fe5 Mon Sep 17 00:00:00 2001 From: imspace Date: Thu, 28 Oct 2021 08:49:45 +0000 Subject: [PATCH] Revert "fix: I think `managed` should be true" This reverts commit 3f7da902666145c156e086d8dbf111eb59bed005. > SciresM: it should not. --- ldn_mitm/source/ldn_icommunication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldn_mitm/source/ldn_icommunication.cpp b/ldn_mitm/source/ldn_icommunication.cpp index 334c170..f929398 100644 --- a/ldn_mitm/source/ldn_icommunication.cpp +++ b/ldn_mitm/source/ldn_icommunication.cpp @@ -139,7 +139,7 @@ namespace ams::mitm::ldn { } Result ICommunicationService::AttachStateChangeEvent(sf::Out handle) { - handle.SetValue(this->state_event->GetReadableHandle(), true); + handle.SetValue(this->state_event->GetReadableHandle(), false); return ResultSuccess(); }