mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-27 08:46:01 -04:00
Auto start again (#2333)
* Extend autostart a bit * @zxkmm 's sizeof fix
This commit is contained in:
parent
5bb23b636e
commit
d6a9c74665
4 changed files with 56 additions and 43 deletions
|
@ -60,7 +60,7 @@ class ExternalItemsMenuLoader {
|
|||
static bool run_external_app(ui::NavigationView&, std::filesystem::path);
|
||||
static bool run_standalone_app(ui::NavigationView&, std::filesystem::path);
|
||||
static bool run_module_app(ui::NavigationView&, uint8_t*, size_t);
|
||||
static void load_all_external_items_callback(std::function<void(AppInfoConsole&)> callback);
|
||||
static void load_all_external_items_callback(std::function<void(AppInfoConsole&)> callback, bool module_included = false);
|
||||
|
||||
private:
|
||||
static std::vector<DynamicBitmap<16, 16>> bitmaps;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue