From b59a162473600162c435985b027ca796323c9400 Mon Sep 17 00:00:00 2001 From: ITotalJustice <47043333+ITotalJustice@users.noreply.github.com> Date: Tue, 17 Dec 2024 19:54:49 +0000 Subject: [PATCH] fix not exiting to home menu whilst replacing hbmenu --- sphaira/source/app.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sphaira/source/app.cpp b/sphaira/source/app.cpp index 6eca75b..e95e2d6 100644 --- a/sphaira/source/app.cpp +++ b/sphaira/source/app.cpp @@ -825,8 +825,8 @@ App::App(const char* argv0) { m_app_path = argv0; } - // set pop-back if applet and we are hbmenu - if (!IsApplication() && IsHbmenu()) { + // set if we are hbmenu + if (IsHbmenu()) { __nx_applet_exit_mode = 1; }