mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 18:28:36 -07:00
Update apps pt2 + Add MAYHEM Evil Portal
This commit is contained in:
4
applications/external/wiiec/wii_anal.c
vendored
4
applications/external/wiiec/wii_anal.c
vendored
@@ -387,7 +387,7 @@ int32_t wii_ec_anal(void) {
|
||||
// ==================== Main event loop ====================
|
||||
|
||||
if(state->run) do {
|
||||
bool redraw = false;
|
||||
//bool redraw = false;
|
||||
FuriStatus status = FuriStatusErrorTimeout;
|
||||
|
||||
// Wait for a message
|
||||
@@ -474,7 +474,7 @@ int32_t wii_ec_anal(void) {
|
||||
}
|
||||
|
||||
// *** Update the GUI screen via the viewport ***
|
||||
if(redraw) view_port_update(vpp);
|
||||
view_port_update(vpp);
|
||||
|
||||
// *** Try to release the plugin state variables ***
|
||||
if(furi_mutex_release(state->mutex) != FuriStatusOk) {
|
||||
|
||||
Reference in New Issue
Block a user