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 =====