|
@@ -468,11 +468,11 @@ int32_t wii_ec_anal(void) {
|
|
|
break;
|
|
break;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- // *** Update the GUI screen via the viewport ***
|
|
|
|
|
- view_port_update(vpp);
|
|
|
|
|
-
|
|
|
|
|
// *** Try to release the plugin state variables ***
|
|
// *** Try to release the plugin state variables ***
|
|
|
furi_mutex_release(state->mutex);
|
|
furi_mutex_release(state->mutex);
|
|
|
|
|
+
|
|
|
|
|
+ // *** Update the GUI screen via the viewport ***
|
|
|
|
|
+ view_port_update(vpp);
|
|
|
} while(state->run);
|
|
} while(state->run);
|
|
|
|
|
|
|
|
// ===== Game Over =====
|
|
// ===== Game Over =====
|