Skip to content

Commit

Permalink
Fix #1050
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraWright authored Mar 23, 2018
1 parent 938cb64 commit 1182d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysmodules/rosalina/source/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ void menuThreadMain(void)
if(!isN3DS)
{
rosalinaMenu.nbItems--;
for(u32 i = 2; i <= rosalinaMenu.nbItems; i++)
for(u32 i = 3; i <= rosalinaMenu.nbItems; i++)
rosalinaMenu.items[i] = rosalinaMenu.items[i+1];
}
else
Expand Down

0 comments on commit 1182d3a

Please sign in to comment.