Revert "(video_driver.c) Ensure input is initialized in init_video_input"
This reverts commit d191e29d1b
.
This commit is contained in:
parent
3bb6f568a7
commit
fd644cb434
|
@ -423,12 +423,7 @@ static void init_video_input(const input_driver_t *tmp)
|
|||
{
|
||||
const input_driver_t **input = input_get_double_ptr();
|
||||
if (*input)
|
||||
{
|
||||
if (!input_driver_get_data() && !input_driver_ctl(RARCH_INPUT_CTL_INIT, NULL))
|
||||
goto error;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
/* Reset video frame count */
|
||||
video_driver_frame_count = 0;
|
||||
|
|
Loading…
Reference in New Issue