mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-12 12:35:26 -05:00
Add delete_all_remote_backups and some refactoring.
This commit is contained in:
@@ -38,6 +38,8 @@ ExtrasMenuState::ExtrasMenuState()
|
||||
ExtrasMenuState::initialize_menu();
|
||||
}
|
||||
|
||||
std::shared_ptr<ExtrasMenuState> create() { return std::make_shared<ExtrasMenuState>(); }
|
||||
|
||||
void ExtrasMenuState::update()
|
||||
{
|
||||
const bool hasFocus = BaseState::has_focus();
|
||||
|
||||
Reference in New Issue
Block a user