mirror of
https://github.com/libretro/RetroArch
synced 2025-03-16 07:21:03 +00:00
Slight cleanup.
This commit is contained in:
parent
7d87cc2d24
commit
30cb2e4c07
@ -79,8 +79,7 @@ static PyObject* py_read_input(PyObject *self, PyObject *args)
|
||||
for (int i = 0; i < MAX_PLAYERS; i++)
|
||||
binds[i] = g_settings.input.binds[i];
|
||||
|
||||
int16_t res = 0;
|
||||
res = driver.input->input_state(driver.input_data,
|
||||
int16_t res = driver.input->input_state(driver.input_data,
|
||||
binds, player > 1,
|
||||
player > 2 ? SNES_DEVICE_MULTITAP : SNES_DEVICE_JOYPAD,
|
||||
player > 2 ? player - 2 : 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user