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