mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Joystick and keyboard should be the same
This commit is contained in:
parent
83ce81145e
commit
a167829510
@ -255,8 +255,8 @@ void C64::VBlank(bool draw_frame)
|
||||
joy_port_1 = 1;
|
||||
|
||||
// Poll joysticks
|
||||
j1 = poll_joystick(joy_port_1);
|
||||
j2 = poll_joystick(!joy_port_1);
|
||||
j1 = poll_joystick(!joy_port_1);
|
||||
j2 = poll_joystick(joy_port_1);
|
||||
|
||||
// Poll keyboard
|
||||
TheDisplay->PollKeyboard(TheCIA1->KeyMatrix, TheCIA1->RevMatrix, &joykey);
|
||||
|
Loading…
Reference in New Issue
Block a user