mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Remove duplicate prototype
This commit is contained in:
parent
f1a572822b
commit
76f7114b47
@ -403,9 +403,6 @@ void video_driver_set_texture_enable(bool enable, bool full_screen);
|
|||||||
void video_driver_set_texture_frame(const void *frame, bool rgb32,
|
void video_driver_set_texture_frame(const void *frame, bool rgb32,
|
||||||
unsigned width, unsigned height, float alpha);
|
unsigned width, unsigned height, float alpha);
|
||||||
|
|
||||||
bool video_driver_set_shader(enum rarch_shader_type type,
|
|
||||||
const char *path);
|
|
||||||
|
|
||||||
#ifdef HAVE_OVERLAY
|
#ifdef HAVE_OVERLAY
|
||||||
bool video_driver_overlay_interface(
|
bool video_driver_overlay_interface(
|
||||||
const video_overlay_interface_t **iface);
|
const video_overlay_interface_t **iface);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user