Skip to content

Commit

Permalink
Comment improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
networkfusion committed Oct 14, 2023
1 parent 0f2fe6b commit a7cb6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/menu/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ static void menu_init (boot_params_t *boot_params) {
component_background_init(BACKGROUND_CACHE);

if(menu->settings.bgm_enabled && file_exists(menu->settings.bgm_file_path)) {
// FIXME: Note that this needs to be paused if playing an MP3 from the player!!!
// FIXME: Note that this is stopped if playing an MP3 from the player!!! It needs to be paused and continued.
// FIXME: Loop the playback if it ends.
// Start playback.
mp3player_err_t err;
Expand Down

0 comments on commit a7cb6f3

Please sign in to comment.