mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-20 21:12:38 +02:00
remove stray printf
This commit is contained in:
parent
179e9a847b
commit
c21700136e
@ -159,7 +159,6 @@ int main(int argc, char** argv) {
|
||||
|
||||
// use joystick
|
||||
if (event.type == SDL_JOYBUTTONDOWN) {
|
||||
printf("%d\n",event.jbutton.button);
|
||||
if (event.jbutton.button == JOY_UP)
|
||||
if (wait > 0)
|
||||
wait--;
|
||||
|
Loading…
Reference in New Issue
Block a user