mirror of
https://github.com/libretro/beetle-lynx-libretro.git
synced 2024-11-27 02:12:46 +00:00
Small build fix for PCE core
This commit is contained in:
parent
3ed64bae92
commit
d2c099e971
@ -313,7 +313,7 @@ static void update_input(void)
|
||||
|
||||
// Possible endian bug ...
|
||||
for (unsigned i = 0; i < 5; i++)
|
||||
game->SetInput(i, "gamepad", &input_buf[i][0], 0);
|
||||
game->SetInput(i, "gamepad", &input_buf[i][0]);
|
||||
#elif defined(WANT_WSWAN_EMU)
|
||||
static uint16_t input_buf;
|
||||
input_buf = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user