index
:
picogpsp
pico-fe
libretro-gpsp with a libpicofe frontend
neonloop
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
input.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'input.c')
-rw-r--r--
input.c
1
1 files changed, 0 insertions, 1 deletions
diff --git a/input.c b/input.c
index fa1072e..06a8f8a 100644
--- a/
input.c
+++ b/
input.c
@@ -588,7 +588,6 @@ u32 update_input()
key &= ~(joy_map(event.jbutton.button));
break;
}
- }
}
}