mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-26 13:34:22 +01:00
Fixme is fixed
This commit is contained in:
parent
76e8e210ae
commit
6e32f8eaef
@ -858,7 +858,6 @@ uint8 C64::poll_joystick_hats(int port)
|
|||||||
right_ev = KEY_DOWN;
|
right_ev = KEY_DOWN;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FIXME! This is the wrong way for the Wii */
|
|
||||||
if (v & SDL_HAT_UP) {
|
if (v & SDL_HAT_UP) {
|
||||||
out &= up_mask;
|
out &= up_mask;
|
||||||
Gui::gui->pushEvent(up_ev);
|
Gui::gui->pushEvent(up_ev);
|
||||||
|
Loading…
Reference in New Issue
Block a user