Button A doesn't close the target anymore

This commit is contained in:
bernardogiordano 2017-10-02 14:19:31 +02:00
parent f1a044f248
commit 930911f274

View file

@ -42,9 +42,9 @@ int main() {
if (hidKeysDown() & KEY_A) if (hidKeysDown() & KEY_A)
{ {
menu->setBottomScroll(!menu->getBottomScroll()); menu->setBottomScroll(true);
menu->updateButtonsColor(); menu->updateButtonsColor();
setEntryType(getEntryType() == TITLES ? CELLS : TITLES); setEntryType(CELLS);
} }
if (hidKeysDown() & KEY_B) if (hidKeysDown() & KEY_B)