mirror of
https://github.com/BernardoGiordano/Checkpoint
synced 2024-11-15 14:17:07 +00:00
Button A doesn't close the target anymore
This commit is contained in:
parent
f1a044f248
commit
930911f274
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue