Skip to content

Commit

Permalink
Return to last chosen item after playback
Browse files Browse the repository at this point in the history
Closes #29
  • Loading branch information
joeyparrish committed Nov 5, 2024
1 parent fa80661 commit dfd1a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/player/src/segavideo_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "trivial_tilemap.h"

//#define DEBUG 1
//#define SIMULATE_HARDWARE 1

static bool menuChanged;
static char **menuLines;
Expand Down Expand Up @@ -425,7 +426,6 @@ bool segavideo_menu_load() {
}
}

selectedIndex = 0;
return true;
}

Expand Down

0 comments on commit dfd1a99

Please sign in to comment.