mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-12 12:35:26 -05:00
Update libs.
This commit is contained in:
@@ -38,7 +38,11 @@ void TitleSelectState::update()
|
||||
if (aPressed) { TitleSelectState::create_backup_menu(); }
|
||||
else if (xPressed) { TitleSelectState::create_title_option_menu(); }
|
||||
else if (yPressed) { TitleSelectState::add_remove_favorite(); }
|
||||
else if (bPressed) { TitleSelectState::deactivate_state(); }
|
||||
else if (bPressed)
|
||||
{
|
||||
TitleSelectState::deactivate_state();
|
||||
return;
|
||||
}
|
||||
|
||||
m_titleView->update(hasFocus);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user