Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero committed Oct 25, 2024
1 parent 25526fc commit 772829f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/menu_cheats.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ void DrawGameList(int selIndex, list_t * games, u8 alpha)
if (item->flags & SAVE_FLAG_PS4) tmp[0] = CHAR_TAG_PS4;
tmp[1] = (item->flags & SAVE_FLAG_OWNER) ? CHAR_TAG_OWNER : ' ';
tmp[2] = (item->flags & SAVE_FLAG_LOCKED) ? CHAR_TAG_LOCKED : ' ';
if (item->flags & SAVE_FLAG_PSV) tmp[1] = CHAR_TAG_PSV;
if (item->type == FILE_TYPE_VMC) tmp[1] = CHAR_TAG_VMC;

DrawString(SCREEN_WIDTH - (MENU_ICON_OFF * 3), game_y, tmp);
Expand Down

0 comments on commit 772829f

Please sign in to comment.