mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 13:08:36 -07:00
Update desktop_scene_main.c
This commit is contained in:
@@ -174,7 +174,7 @@ bool desktop_scene_main_on_event(void* context, SceneManagerEvent event) {
|
||||
}
|
||||
case DesktopMainEventOpenGameMenu: {
|
||||
LoaderStatus status = loader_start(
|
||||
desktop->loader, "Applications", EXT_PATH("/apps/Games/snake_game.fap"));
|
||||
desktop->loader, "Applications", EXT_PATH("/apps/Games/GAME_Snake.fap"));
|
||||
if(status != LoaderStatusOk) {
|
||||
FURI_LOG_E(TAG, "loader_start failed: %d", status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user