mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-12 20:45:11 -05:00
Commit since everything seems like it's working.
This commit is contained in:
@@ -29,7 +29,7 @@ void TextTitleSelectState::update(void)
|
||||
if (input::button_pressed(HidNpadButton_Y))
|
||||
{
|
||||
config::add_remove_favorite(m_user->get_application_id_at(m_titleSelectMenu.get_selected()));
|
||||
MainMenuState::refresh_view_states();
|
||||
TextTitleSelectState::refresh();
|
||||
}
|
||||
else if (input::button_pressed(HidNpadButton_B))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user