mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
Remove another call to driver->input from inside
This commit is contained in:
parent
4ff0492e3d
commit
778c9a25d6
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user