mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Now blocks when waiting for a key
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1111 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
31a5794f5f
commit
f855a57976
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ void sokoban_loop(void) {
|
||||||
|
|
||||||
|
|
||||||
while(1) {
|
while(1) {
|
||||||
b = button_get(false);
|
b = button_get(true);
|
||||||
|
|
||||||
if ( b & BUTTON_OFF ) {
|
if ( b & BUTTON_OFF ) {
|
||||||
/* get out of here */
|
/* get out of here */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue