diff options
author | Flenk008 <frenk_0_0@hotmail.com> | 2023-03-13 18:03:21 +0100 |
---|---|---|
committer | Flenk008 <frenk_0_0@hotmail.com> | 2023-03-13 18:03:21 +0100 |
commit | 91c9d1c9fc13cf163c6262437de16c992dadaa5b (patch) | |
tree | f285c0e9e564a09109910b0850ae513f503e126d /src/ppusim | |
parent | a9ad8e0a8ac5346108f1e2c1a0bf9360fadc20da (diff) |
Revert "Background collision"
This reverts commit e47f7fa198229b8598b8ab03ef8b2483f7c685bc.
Diffstat (limited to 'src/ppusim')
-rw-r--r-- | src/ppusim/input.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ppusim/input.c b/src/ppusim/input.c index 4491a63..08bc382 100644 --- a/src/ppusim/input.c +++ b/src/ppusim/input.c @@ -12,5 +12,4 @@ 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_K]; } |