Open joystick also for Wii

This commit is contained in:
simon.kagstrom 2010-01-31 08:00:15 +00:00
parent 450260dd59
commit 3ce9066309

View File

@ -771,7 +771,6 @@ bool C64Display::NumLock(void)
*/ */
void C64::open_close_joystick(int port, int oldjoy, int newjoy) void C64::open_close_joystick(int port, int oldjoy, int newjoy)
{ {
#if !defined(GEKKO)
if (oldjoy != newjoy) { if (oldjoy != newjoy) {
joy_minx[port] = joy_miny[port] = 32767; // Reset calibration joy_minx[port] = joy_miny[port] = 32767; // Reset calibration
joy_maxx[port] = joy_maxy[port] = -32768; joy_maxx[port] = joy_maxy[port] = -32768;
@ -786,7 +785,6 @@ void C64::open_close_joystick(int port, int oldjoy, int newjoy)
} }
} }
} }
#endif
} }
void C64::open_close_joysticks(int oldjoy1, int oldjoy2, int newjoy1, int newjoy2) void C64::open_close_joysticks(int oldjoy1, int oldjoy2, int newjoy1, int newjoy2)