mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 19:21:03 +00:00
Fix typo.
This commit is contained in:
parent
0cb2436a59
commit
fba6f36cb8
@ -190,7 +190,7 @@ static bool video_ext_frame(void *data, const void *frame, unsigned width, unsig
|
||||
|
||||
static void *setup_input(ext_t *ext, const ssnes_input_driver_t *driver)
|
||||
{
|
||||
// TODO: Change external API to allow more players. Do be done in next major ABI break.
|
||||
// TODO: Change external API to allow more players. To be done in next major ABI break.
|
||||
int joypad_index[5];
|
||||
for (unsigned i = 0; i < 5; i++)
|
||||
joypad_index[i] = g_settings.input.joypad_map[i] < 0 ? -1 : g_settings.input.joypad_map[i];
|
||||
|
Loading…
x
Reference in New Issue
Block a user