fix not exiting to home menu whilst replacing hbmenu

This commit is contained in:
ITotalJustice
2024-12-17 19:54:49 +00:00
parent ef5ff520d1
commit b59a162473

View File

@@ -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;
}