mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-21 05:12:40 +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
|
// use joystick
|
||||||
if (event.type == SDL_JOYBUTTONDOWN) {
|
if (event.type == SDL_JOYBUTTONDOWN) {
|
||||||
printf("%d\n",event.jbutton.button);
|
|
||||||
if (event.jbutton.button == JOY_UP)
|
if (event.jbutton.button == JOY_UP)
|
||||||
if (wait > 0)
|
if (wait > 0)
|
||||||
wait--;
|
wait--;
|
||||||
|
Loading…
Reference in New Issue
Block a user