mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
Add D3D hooks
This commit is contained in:
parent
9fa647097a
commit
3b0e324a84
@ -60,6 +60,11 @@ typedef struct menu_display
|
||||
|
||||
|
||||
static menu_display_ctx_driver_t *menu_display_ctx_drivers[] = {
|
||||
#if 0
|
||||
#ifdef HAVE_DIRECT3D
|
||||
&menu_display_ctx_d3d,
|
||||
#endif
|
||||
#endif
|
||||
#ifdef HAVE_OPENGL
|
||||
&menu_display_ctx_gl,
|
||||
#endif
|
||||
|
@ -178,6 +178,7 @@ void menu_display_texture_unload(uintptr_t *id);
|
||||
const float *menu_display_get_tex_coords(void);
|
||||
|
||||
extern menu_display_ctx_driver_t menu_display_ctx_gl;
|
||||
extern menu_display_ctx_driver_t menu_display_ctx_d3d;
|
||||
extern menu_display_ctx_driver_t menu_display_ctx_null;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
x
Reference in New Issue
Block a user