Add renaming option

This commit is contained in:
Such Meme, Many Skill
2020-05-02 16:40:40 +02:00
parent 0bf3b35582
commit b273b1e5ab
6 changed files with 125 additions and 10 deletions

View File

@@ -201,7 +201,7 @@ int menu_make(menu_entry *entries, int amount, char *toptext){
if (refresh)
gfx_drawScrollBar(minscreen, maxscreen, amount);
while ((input = hidRead())->buttons & (KEY_B | KEY_A));
while (hidRead()->buttons & (KEY_B | KEY_A));
input->buttons = 0;
while (!(input->buttons & (KEY_A | KEY_LDOWN | KEY_LUP | KEY_B | KEY_RUP | KEY_RDOWN))){