mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Fix command stdin - courtesy of Cthulhu
This commit is contained in:
parent
1e1919b236
commit
1dc77507a8
@ -3088,7 +3088,7 @@ void input_driver_init_command(
|
||||
else
|
||||
{
|
||||
input_st->command[0] = command_stdin_new();
|
||||
if (!input_st->command[1])
|
||||
if (!input_st->command[0])
|
||||
RARCH_ERR("Failed to initialize the stdin command interface.\n");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user