mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 22:48:35 -07:00
Temporarily backport app updates from apps repo
This commit is contained in:
@@ -7,10 +7,11 @@ App(
|
||||
"gui",
|
||||
],
|
||||
stack_size=1 * 1024,
|
||||
fap_icon="bomb.png",
|
||||
order=90,
|
||||
fap_icon="bomb.png",
|
||||
fap_category="Games",
|
||||
fap_icon_assets="assets",
|
||||
fap_author="@leo-need-more-coffee & @xMasterX",
|
||||
fap_version="1.0",
|
||||
fap_version="1.1",
|
||||
fap_description="Bomberduck(Bomberman) Game",
|
||||
)
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
#include <notification/notification.h>
|
||||
#include <notification/notification_messages.h>
|
||||
#include "bomberduck_icons.h"
|
||||
#include <assets_icons.h>
|
||||
#include <dolphin/dolphin.h>
|
||||
|
||||
int max(int a, int b) {
|
||||
@@ -626,8 +625,8 @@ int32_t bomberduck_app(void* p) {
|
||||
}
|
||||
}
|
||||
|
||||
view_port_update(view_port);
|
||||
furi_mutex_release(bomber_state->mutex);
|
||||
view_port_update(view_port);
|
||||
}
|
||||
|
||||
// Return to normal backlight settings
|
||||
|
||||
Reference in New Issue
Block a user