mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-09 11:01:29 -06:00
overlays: Backing out of settings menu returns to home menu
This commit is contained in:
parent
aaf441005a
commit
358fbb3ce3
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user