nyx: USB Mass Storage support (SD/eMMC/emuMMC)

This commit is contained in:
CTCaer
2020-04-30 14:25:43 +03:00
parent 53ff1102df
commit 2261dbce83
3 changed files with 556 additions and 19 deletions

View File

@@ -19,8 +19,11 @@
#include "../libs/lvgl/lvgl.h"
lv_obj_t *ums_mbox;
void create_tab_tools(lv_theme_t *th, lv_obj_t *parent);
void sept_run_dump();
bool get_autorcm_status(bool change);
lv_res_t action_ums_sd(lv_obj_t *btn);
#endif