mirror of
https://github.com/libretro/RetroArch
synced 2025-03-06 04:13:52 +00:00
commit
0a9eadd336
@ -461,6 +461,10 @@ const gfx_ctx_driver_t gfx_ctx_d3d = {
|
||||
gfx_ctx_d3d_swap_buffers,
|
||||
gfx_ctx_d3d_input_driver,
|
||||
NULL,
|
||||
#ifdef HAVE_EGL
|
||||
NULL,
|
||||
NULL,
|
||||
#endif
|
||||
gfx_ctx_d3d_show_mouse,
|
||||
"d3d",
|
||||
};
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include "miscellaneous.h"
|
||||
#include "compat/strl.h"
|
||||
#include "string_list.h"
|
||||
#include "compat/posix_string.h"
|
||||
|
||||
void string_list_free(struct string_list *list)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user