Skip to content

Commit 871abad

Browse files
committed
AtD bitmask fix
1 parent b7066af commit 871abad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

input/input_driver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2057,7 +2057,7 @@ static int16_t input_state_internal(
20572057
/* Handle Analog to Digital */
20582058
if ( (device == RETRO_DEVICE_JOYPAD)
20592059
&& (input_analog_dpad_mode != ANALOG_DPAD_NONE)
2060-
&& (!port_result))
2060+
)
20612061
{
20622062
int16_t ret_axis;
20632063
uint8_t s;

0 commit comments

Comments
 (0)