From e1e699a1245c3bd16b232ad8a062e9969c522142 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 24 Oct 2018 14:05:07 -0700 Subject: [PATCH] fs.mitm: Intercept qlaunch sysver request --- include/stratosphere/isession.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/stratosphere/isession.hpp b/include/stratosphere/isession.hpp index 12fc6650..a5371dee 100644 --- a/include/stratosphere/isession.hpp +++ b/include/stratosphere/isession.hpp @@ -196,7 +196,7 @@ class ISession : public IWaitable { /* TODO: Panic? */ } IpcParsedCommand r; - u64 cmd_id; + u64 cmd_id = 0; Result retval = ipcParse(&r);