mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
(PS3) update_input works now on PS3
This commit is contained in:
parent
be3839a9df
commit
10cfe3daa8
@ -223,7 +223,7 @@ static void update_element(
|
||||
// Updates 16-bit input in same format as SNES itself.
|
||||
static void update_input(snes_tracker_t *tracker)
|
||||
{
|
||||
if (!driver.input_data)
|
||||
if (driver.input == NULL)
|
||||
return;
|
||||
|
||||
static const unsigned buttons[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user