Fixme is fixed

This commit is contained in:
simon.kagstrom 2010-02-24 06:40:10 +00:00
parent 76e8e210ae
commit 6e32f8eaef

View File

@ -858,7 +858,6 @@ uint8 C64::poll_joystick_hats(int port)
right_ev = KEY_DOWN;
}
/* FIXME! This is the wrong way for the Wii */
if (v & SDL_HAT_UP) {
out &= up_mask;
Gui::gui->pushEvent(up_ev);