Skip to content

Commit

Permalink
Cursor placement
Browse files Browse the repository at this point in the history
  • Loading branch information
KimJorgensen committed May 27, 2022
1 parent ee724b3 commit b024611
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions launcher/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,10 +522,6 @@ static uint8_t search(uint8_t c)
inputBuffer[SEARCH_LENGTH] = 0;

cursor_pos = searchLen < SEARCH_LENGTH ? searchLen : SEARCH_LENGTH;
if (c == CH_FIRE_UP)
{
c = CH_CURS_LEFT;
}

while (c != CH_ENTER)
{
Expand Down

1 comment on commit b024611

@Baffo80
Copy link

@Baffo80 Baffo80 commented on b024611 Jun 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi kim, some cartridges CRT do not work "Game Killer"

Please sign in to comment.