mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 23:28:36 -07:00
Fix build
This commit is contained in:
@@ -33,7 +33,7 @@ static bool flipp_pomodoro_app_custom_event_callback(void* ctx, uint32_t event)
|
|||||||
case FlippPomodoroAppCustomEventStageComplete:
|
case FlippPomodoroAppCustomEventStageComplete:
|
||||||
if(flipp_pomodoro__get_stage(app->state) == FlippPomodoroStageFocus) {
|
if(flipp_pomodoro__get_stage(app->state) == FlippPomodoroStageFocus) {
|
||||||
// REGISTER a deed on work stage complete to get an acheivement
|
// REGISTER a deed on work stage complete to get an acheivement
|
||||||
dolphin_deed(DolphinDeedPluginGameWin);
|
// dolphin_deed(DolphinDeedPluginGameWin);
|
||||||
FURI_LOG_I(TAG, "Focus stage reward added");
|
FURI_LOG_I(TAG, "Focus stage reward added");
|
||||||
|
|
||||||
flipp_pomodoro_statistics__increase_focus_stages_completed(app->statistics);
|
flipp_pomodoro_statistics__increase_focus_stages_completed(app->statistics);
|
||||||
|
|||||||
4
applications/external/wiiec/wii_anal.c
vendored
4
applications/external/wiiec/wii_anal.c
vendored
@@ -454,13 +454,13 @@ int32_t wii_ec_anal(void) {
|
|||||||
|
|
||||||
//---------------------------------------------
|
//---------------------------------------------
|
||||||
case EVID_WIIEC: // WiiMote Perhipheral
|
case EVID_WIIEC: // WiiMote Perhipheral
|
||||||
if(evWiiEC(&msg, state)) redraw = true;
|
evWiiEC(&msg, state);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
//---------------------------------------------
|
//---------------------------------------------
|
||||||
case EVID_KEY: // Key events
|
case EVID_KEY: // Key events
|
||||||
patBacklight(state);
|
patBacklight(state);
|
||||||
if(evKey(&msg, state)) redraw = true;
|
evKey(&msg, state);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
//---------------------------------------------
|
//---------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user