mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-19 11:32:38 -05:00
Moved games to new game menu (#2544)
* Moved games to new game menu * There's enough games to have a menu now and I plan to make more. Having them in "Utilities" made no sense.
This commit is contained in:
parent
ee472e1ed2
commit
a17995fd2b
8 changed files with 74 additions and 4 deletions
|
|
@ -389,6 +389,16 @@ class UtilitiesMenuView : public BtnGridView {
|
|||
void on_populate() override;
|
||||
};
|
||||
|
||||
class GamesMenuView : public BtnGridView {
|
||||
public:
|
||||
GamesMenuView(NavigationView& nav);
|
||||
std::string title() const override { return "Games"; };
|
||||
|
||||
private:
|
||||
NavigationView& nav_;
|
||||
void on_populate() override;
|
||||
};
|
||||
|
||||
class SystemMenuView : public BtnGridView {
|
||||
public:
|
||||
SystemMenuView(NavigationView& nav);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue