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

@@ -313,6 +313,9 @@ int32_t zombiez_game_app(void* p) {
Gui* gui = furi_record_open(RECORD_GUI);
gui_add_view_port(gui, view_port, GuiLayerFullscreen);
// Call dolphin deed on game start
// dolphin_deed(DolphinDeedPluginGameStart);
PluginEvent event;
bool isRunning = true;
while(isRunning) {