mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 03:34:58 -04:00
Module loading should work again
Modules won't load if already loaded (dirty footprint hack)
This commit is contained in:
parent
58367839a6
commit
496c77fe3e
19 changed files with 127 additions and 34 deletions
|
@ -32,6 +32,7 @@ namespace ui {
|
|||
class LoadModuleView : public View {
|
||||
public:
|
||||
LoadModuleView(NavigationView& nav, const char * hash, View* new_view);
|
||||
void loadmodule();
|
||||
|
||||
void on_show() override;
|
||||
void on_hide() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue