mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 19:21:06 +00:00
Fix bug in hw_render_context_name
This commit is contained in:
parent
4a2183ee41
commit
274d01d0e8
@ -19294,7 +19294,7 @@ static const char *hw_render_context_name(enum retro_hw_context_type type, int m
|
|||||||
if (hw_render_context_is_d3d11(type, major, minor))
|
if (hw_render_context_is_d3d11(type, major, minor))
|
||||||
return "d3d11";
|
return "d3d11";
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_D3D11
|
#ifdef HAVE_D3D9
|
||||||
if (hw_render_context_is_d3d9(type, major, minor))
|
if (hw_render_context_is_d3d9(type, major, minor))
|
||||||
return "d3d9";
|
return "d3d9";
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user