remote::Storage just barely working.

This commit is contained in:
J-D-K
2025-07-04 13:06:47 -04:00
parent e29db89706
commit e27e0c8e51
92 changed files with 2240 additions and 1044 deletions

View File

@@ -5,7 +5,7 @@
#include "ui/Menu.hpp"
/// @brief Text menu title selection state.
class TextTitleSelectState : public TitleSelectCommon
class TextTitleSelectState final : public TitleSelectCommon
{
public:
/// @brief Constructs new text menu title selection state.
@@ -16,13 +16,13 @@ class TextTitleSelectState : public TitleSelectCommon
~TextTitleSelectState() {};
/// @brief Runs update routine.
void update(void) override;
void update() override;
/// @brief Runs render routine.
void render(void) override;
void render() override;
/// @brief Refreshes view for changes.
void refresh(void) override;
void refresh() override;
private:
/// @brief Pointer to user view "belongs" to.