mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-04-26 01:59:55 -05:00
Add options to text users (oops)
This commit is contained in:
parent
6b555ad656
commit
21ce0d9d82
|
|
@ -100,6 +100,10 @@ namespace ui
|
|||
ui::exMenuPrep();
|
||||
ui::mstate = EX_MNU;
|
||||
}
|
||||
else if(down & KEY_ZR)
|
||||
{
|
||||
ui::mstate = OPT_MNU;
|
||||
}
|
||||
}
|
||||
|
||||
void textTitleMenuUpdate(const uint64_t& down, const uint64_t& held, const touchPosition& p)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user