Temporarily backport app updates from apps repo

This commit is contained in:
Willy-JL
2023-11-12 11:06:02 +00:00
parent 79e7f491fe
commit e309fa8a88
1498 changed files with 1325977 additions and 20227 deletions

View File

@@ -6,10 +6,11 @@ App(
cdefines=["APP_SNAKE_20"],
requires=["gui"],
stack_size=1 * 1024,
order=30,
fap_icon="snake_10px.png",
fap_category="Games",
fap_author="@Willzvul",
fap_weburl="https://github.com/Willzvul/Snake_2.0",
fap_version="2.0",
fap_version="2.1",
fap_description="Advanced Snake Game (Remake of original Snake)",
)

View File

@@ -507,8 +507,8 @@ int32_t snake_20_app(void* p) {
// event timeout
}
view_port_update(view_port);
furi_mutex_release(snake_state->mutex);
view_port_update(view_port);
}
// Wait for all notifications to be played and return backlight to normal state