aboutsummaryrefslogtreecommitdiff
path: root/shell/input
diff options
context:
space:
mode:
authorgameblabla2020-11-13 11:51:03 +0000
committerGitHub2020-11-13 11:51:03 +0000
commit2c0f6b94dde7ee731b12d8cd0325125a4130f7e1 (patch)
tree561d15ab3b9d9b7019420b6d8a01c652a65e6433 /shell/input
parentc6d560b0adc5b321115f2597091422787588b807 (diff)
parentbd845b9085ab3f59a66278c4f7d4d00877d8fce1 (diff)
downloadsnesemu-2c0f6b94dde7ee731b12d8cd0325125a4130f7e1.tar.gz
snesemu-2c0f6b94dde7ee731b12d8cd0325125a4130f7e1.tar.bz2
snesemu-2c0f6b94dde7ee731b12d8cd0325125a4130f7e1.zip
Merge pull request #2 from m45t3r/gcw0-support
GCW0 support and some fixes
Diffstat (limited to 'shell/input')
-rw-r--r--shell/input/sdl/input.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/input/sdl/input.c b/shell/input/sdl/input.c
index 89034c0..158d7ef 100644
--- a/shell/input/sdl/input.c
+++ b/shell/input/sdl/input.c
@@ -1,7 +1,6 @@
#include <SDL/SDL.h>
#include <stdint.h>
#include <stdio.h>
-#include <portaudio.h>
#include "main.h"
#include "snes9x.h"
#include "soundux.h"
@@ -67,7 +66,7 @@ uint32_t S9xReadJoypad(int32_t port)
break;
}
break;
- case SDLK_KEYUP:
+ case SDL_KEYUP:
switch(event.key.keysym.sym)
{
case SDLK_HOME: