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

@@ -12,7 +12,8 @@
#include <string.h>
/* generated by fbt from .png files in images folder */
#include "simon_says_icons.h"
#include <simon_says_icons.h>
#include <assets_icons.h>
#define TAG "Simon" // Used for logging
@@ -22,7 +23,8 @@
#define BOARD_X 72 // Used for board placement
#define BOARD_Y 8
#define GAME_START_LIVES 3
#define SAVING_FILENAME APP_DATA_PATH("game_simon_says.save")
#define SAVING_DIRECTORY STORAGE_APP_DATA_PATH_PREFIX
#define SAVING_FILENAME SAVING_DIRECTORY "/game_simon_says.save"
// Define Notes
// Shamelessly stolen from Ocarina application
@@ -643,8 +645,8 @@ int32_t simon_says_app_entry(void* p) {
// simon_state->set_board_neutral = !simon_state->set_board_neutral;
// }
view_port_update(view_port);
furi_mutex_release(simon_state->mutex);
view_port_update(view_port);
}
stop_sound();