mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +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.
|
// Updates 16-bit input in same format as SNES itself.
|
||||||
static void update_input(snes_tracker_t *tracker)
|
static void update_input(snes_tracker_t *tracker)
|
||||||
{
|
{
|
||||||
if (!driver.input_data)
|
if (driver.input == NULL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
static const unsigned buttons[] = {
|
static const unsigned buttons[] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user