From 97aa2a5d9142d223f548311c736b992822bea1b3 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:51:26 +0300 Subject: [PATCH] fixing some big bugs --- wii_anal.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wii_anal.c b/wii_anal.c index d1900fe65..4f1c97d87 100644 --- a/wii_anal.c +++ b/wii_anal.c @@ -468,11 +468,11 @@ int32_t wii_ec_anal(void) { break; } - // *** Update the GUI screen via the viewport *** - view_port_update(vpp); - // *** Try to release the plugin state variables *** furi_mutex_release(state->mutex); + + // *** Update the GUI screen via the viewport *** + view_port_update(vpp); } while(state->run); // ===== Game Over =====