This commit is contained in:
Willy-JL
2023-06-09 16:16:33 +01:00
20 changed files with 85 additions and 13 deletions

View File

@@ -171,6 +171,9 @@ int32_t totp_app() {
return 253;
}
// Affecting dolphin level
// dolphin_deed(DolphinDeedPluginStart);
// Set system callbacks
ViewPort* view_port = view_port_alloc();
view_port_draw_callback_set(view_port, render_callback, plugin_state);