mirror of
https://github.com/afska/gba-link-connection.git
synced 2026-04-24 07:27:32 -05:00
Improving lagging button
This commit is contained in:
parent
20f24b3e60
commit
9b0b08f368
|
|
@ -70,7 +70,7 @@ void TestScene::tick(u16 keys) {
|
|||
}
|
||||
|
||||
// other buttons
|
||||
if (selectHandler->hasBeenPressedNow()) {
|
||||
if (selectHandler->getIsPressed()) {
|
||||
DEBULOG("! lagging...");
|
||||
Link::wait(228 * 5);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user