mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-22 14:31:10 -04:00
Removing playdead calls, non-implemented entries in main menu, and small UI tweaks
This commit is contained in:
parent
36fed73c71
commit
4597c61c57
3 changed files with 32 additions and 32 deletions
|
@ -249,7 +249,7 @@ private:
|
|||
Context& context_;
|
||||
};
|
||||
|
||||
class NotImplementedView : public View {
|
||||
/*class NotImplementedView : public View {
|
||||
public:
|
||||
NotImplementedView(NavigationView& nav);
|
||||
|
||||
|
@ -265,7 +265,7 @@ private:
|
|||
{ 10 * 8, 13 * 16, 10 * 8, 24 },
|
||||
"Bummer",
|
||||
};
|
||||
};
|
||||
};*/
|
||||
|
||||
class ModalMessageView : public View {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue