This commit is contained in:
Willy-JL
2024-03-07 04:55:14 +00:00
112 changed files with 3126 additions and 1344 deletions

View File

@@ -147,6 +147,7 @@ bool mass_storage_scene_create_image_on_event(void* context, SceneManagerEvent e
}
if(storage_virtual_format(app->fs_api) == FSE_OK) {
success = true;
error = NULL;
}
storage_virtual_quit(app->fs_api);
} while(false);