mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-30 16:50:45 +00:00
fix open-apple/PB0 bug that only occurred with SDL driver when joysticks are not plugged in.
been looking for this way too long
This commit is contained in:
parent
9163432d4b
commit
3dda640f8f
@ -284,7 +284,6 @@ joystick_init()
|
|||||||
for(i = 0; i < 4; i++) {
|
for(i = 0; i < 4; i++) {
|
||||||
g_paddle_val[i] = 180;
|
g_paddle_val[i] = 180;
|
||||||
}
|
}
|
||||||
g_paddle_buttons = 1;
|
|
||||||
g_joystick_type = JOYSTICK_TYPE_NATIVE_1;
|
g_joystick_type = JOYSTICK_TYPE_NATIVE_1;
|
||||||
SDL_JoystickUpdate();
|
SDL_JoystickUpdate();
|
||||||
joystick_update(0.0);
|
joystick_update(0.0);
|
||||||
|
Loading…
Reference in New Issue
Block a user