mirror of
https://github.com/libretro/RetroArch
synced 2025-02-12 18:40:25 +00:00
Cleanups
This commit is contained in:
parent
ad638fe665
commit
7d5b9f172a
@ -1712,7 +1712,6 @@ bool video_driver_is_alive(void)
|
|||||||
{
|
{
|
||||||
if (current_video)
|
if (current_video)
|
||||||
return current_video->alive(video_driver_data);
|
return current_video->alive(video_driver_data);
|
||||||
else
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2153,9 +2152,7 @@ void video_driver_frame(const void *data, unsigned width,
|
|||||||
video_driver_data, data, width, height,
|
video_driver_data, data, width, height,
|
||||||
video_driver_frame_count,
|
video_driver_frame_count,
|
||||||
pitch, video_driver_msg))
|
pitch, video_driver_msg))
|
||||||
{
|
|
||||||
video_driver_unset_active();
|
video_driver_unset_active();
|
||||||
}
|
|
||||||
|
|
||||||
video_driver_frame_count++;
|
video_driver_frame_count++;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user