overlays: Backing out of settings menu returns to home menu

This commit is contained in:
kd-11 2026-03-17 01:31:21 +03:00 committed by kd-11
parent aaf441005a
commit 358fbb3ce3

View file

@ -103,7 +103,8 @@ namespace rsx
ensure(dynamic_cast<home_menu_page*>(m_tabs->get_selected()))->on_activate();
break;
case pad_button::circle:
action = page_navigation::exit;
set_current_page(this->parent);
action = this->parent ? page_navigation::back : page_navigation::exit;
sound = sound_effect::cancel;
break;
default: