aboutsummaryrefslogtreecommitdiff
path: root/src/ppusim/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ppusim/input.c')
-rw-r--r--src/ppusim/input.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ppusim/input.c b/src/ppusim/input.c
index 08bc382..4bc7018 100644
--- a/src/ppusim/input.c
+++ b/src/ppusim/input.c
@@ -12,4 +12,6 @@ void hh_input_read() {
g_hh_controller_p1.dpad_down = kb[SDL_SCANCODE_S];
g_hh_controller_p1.dpad_left = kb[SDL_SCANCODE_A];
g_hh_controller_p1.dpad_right = kb[SDL_SCANCODE_D];
+ g_hh_controller_p1.button_primary = kb[SDL_SCANCODE_SPACE];
+ g_hh_controller_p1.button_secondary = kb[SDL_SCANCODE_R];
}