mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-13 06:10:55 +00:00
Cleanup
This commit is contained in:
parent
29d1326c4f
commit
95deab8f1d
@ -827,11 +827,9 @@ void video_driver_set_osd_msg(const char *msg,
|
||||
|
||||
void video_driver_set_texture_enable(bool enable, bool fullscreen)
|
||||
{
|
||||
#ifdef HAVE_MENU
|
||||
if (video_driver_poke && video_driver_poke->set_texture_enable)
|
||||
video_driver_poke->set_texture_enable(video_driver_data,
|
||||
enable, fullscreen);
|
||||
#endif
|
||||
}
|
||||
|
||||
void video_driver_set_texture_frame(const void *frame, bool rgb32,
|
||||
|
Loading…
x
Reference in New Issue
Block a user