mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
Convert shader_hlsl.cpp to C
This commit is contained in:
parent
40a7755fe2
commit
f5d9427d48
@ -279,6 +279,13 @@ VIDEO SHADERS
|
||||
#include "../gfx/drivers_shader/shader_glsl.c"
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_D3D)
|
||||
|
||||
#ifdef HAVE_HLSL
|
||||
#include "../gfx/drivers_shader/shader_hlsl.c"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
VIDEO IMAGE
|
||||
============================================================ */
|
||||
|
@ -97,17 +97,6 @@ MENU
|
||||
#include "../menu/drivers/xui.cpp"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
VIDEO CONTEXT
|
||||
============================================================ */
|
||||
|
||||
#if defined(HAVE_D3D)
|
||||
|
||||
#ifdef HAVE_HLSL
|
||||
#include "../gfx/drivers_shader/shader_hlsl.cpp"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
UI
|
||||
============================================================ */
|
||||
|
Loading…
Reference in New Issue
Block a user