Removed fdi_init() and fixed joystick_process().

This commit is contained in:
OBattler
2017-12-15 04:59:55 +01:00
parent 1fc459b8b9
commit cf67c2a1a9
4 changed files with 4 additions and 10 deletions

View File

@@ -8,7 +8,7 @@
*
* Joystick interface to host device.
*
* Version: @(#)win_joystick.cpp 1.0.6 2017/11/25
* Version: @(#)win_joystick.cpp 1.0.7 2017/12/15
*
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
* Miran Grca, <mgrca8@gmail.com>
@@ -216,7 +216,7 @@ void joystick_process(void)
{
int c, d;
if (joystick_type != 7) return;
if (joystick_type == 7) return;
for (c = 0; c < joysticks_present; c++)
{