mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 02:08:16 +00:00
Convert menu_display_d3d.c to C++
This commit is contained in:
parent
c70d230aa3
commit
eae2f3eeda
@ -826,10 +826,6 @@ MENU
|
||||
#include "../menu/drivers_display/menu_display_gl.c"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_D3D)
|
||||
#include "../menu/drivers_display/menu_display_d3d.c"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -39,6 +39,10 @@ MENU
|
||||
#include "../menu/drivers/rmenu_xui.cpp"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_D3D)
|
||||
#include "../menu/drivers_display/menu_display_d3d.cpp"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
VIDEO CONTEXT
|
||||
============================================================ */
|
||||
|
Loading…
Reference in New Issue
Block a user