From 56889b3cc8fb359263ca2b3855f7a7e91cf679e1 Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Wed, 18 Apr 2001 01:46:09 +0000 Subject: [PATCH] This might enable joystick --- zsnes/src/linux/sdllink.c | 1 + 1 file changed, 1 insertion(+) diff --git a/zsnes/src/linux/sdllink.c b/zsnes/src/linux/sdllink.c index 733a0f00..a8306fdc 100644 --- a/zsnes/src/linux/sdllink.c +++ b/zsnes/src/linux/sdllink.c @@ -1670,6 +1670,7 @@ void initwinvideo(void) FirstVid = 0; InitSound(); + InitInput(); } if(((PrevStereoSound!=StereoSound)||(PrevSoundQuality!=SoundQuality))) ReInitSound();