mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 22:20:31 +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.filter.out_rgb32 :
|
||||||
(video_state.pix_fmt == RETRO_PIXEL_FORMAT_XRGB8888);
|
(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. */
|
/* Need to grab the "real" video driver interface on a reinit. */
|
||||||
video_driver_ctl(RARCH_DISPLAY_CTL_FIND_DRIVER, NULL);
|
video_driver_ctl(RARCH_DISPLAY_CTL_FIND_DRIVER, NULL);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user