Remove another call to driver->input from inside

This commit is contained in:
twinaphex 2015-11-29 19:03:23 +01:00
parent 4ff0492e3d
commit 778c9a25d6

View File

@ -712,7 +712,7 @@ static bool init_video(void)
video_state.filter.out_rgb32 :
(video_state.pix_fmt == RETRO_PIXEL_FORMAT_XRGB8888);
tmp = (const input_driver_t*)driver->input;
tmp = input_get_ptr();
/* Need to grab the "real" video driver interface on a reinit. */
video_driver_ctl(RARCH_DISPLAY_CTL_FIND_DRIVER, NULL);