[FL-1824] Dolphin refactoring (#701)
* refactoring p1 * refactoring p2 * cleanups * locked screen refresh rate fix * better locked view logic * seperate dolphin service and desktop app * Desktop: Favorite app acess (Left key), Settings app * Desktop settings version, submenu header * remove unused icon anomation + naming fix Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
12
applications/dolphin/helpers/dolphin_deed.c
Normal file
12
applications/dolphin/helpers/dolphin_deed.c
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "dolphin_deed.h"
|
||||
|
||||
static const DolphinDeedWeight dolphin_deed_weights[DolphinDeedMax] = {
|
||||
{1, 2, 60},
|
||||
{1, 2, 60},
|
||||
{1, 2, 60},
|
||||
{-1, 2, 60},
|
||||
};
|
||||
|
||||
const DolphinDeedWeight* dolphin_deed_weight(DolphinDeed deed) {
|
||||
return &dolphin_deed_weights[deed];
|
||||
}
|
Reference in New Issue
Block a user