From d64aa98bee498c56e47b5d0af5c790828ff359ec Mon Sep 17 00:00:00 2001 From: Alcaro Date: Sun, 6 Nov 2016 11:59:40 +0100 Subject: [PATCH] Clarify this one, all known fronts already do this --- libretro-common/include/libretro.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libretro-common/include/libretro.h b/libretro-common/include/libretro.h index 1e10f4ef71..020752d702 100644 --- a/libretro-common/include/libretro.h +++ b/libretro-common/include/libretro.h @@ -1691,7 +1691,8 @@ struct retro_hw_render_callback * be providing preallocated framebuffers. */ retro_hw_get_current_framebuffer_t get_current_framebuffer; - /* Set by frontend. */ + /* Set by frontend. + * Can return all relevant functions, including glClear on Windows. */ retro_hw_get_proc_address_t get_proc_address; /* Set if render buffers should have depth component attached.