mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
(MSVC) Build fix
This commit is contained in:
parent
09d29d267a
commit
b4592f6286
@ -227,6 +227,7 @@
|
||||
<ClCompile Include="..\..\gfx\d3d9\d3d.cpp" />
|
||||
<ClCompile Include="..\..\gfx\context\d3d_ctx.cpp" />
|
||||
<ClCompile Include="..\..\gfx\d3d9\render_chain.cpp" />
|
||||
<ClCompile Include="..\..\gfx\filter.c" />
|
||||
<ClCompile Include="..\..\gfx\fonts\bitmapfont.c" />
|
||||
<ClCompile Include="..\..\gfx\fonts\d3d_font.c" />
|
||||
<ClCompile Include="..\..\gfx\fonts\d3d_w32_font.cpp" />
|
||||
|
@ -228,6 +228,10 @@
|
||||
<ClCompile Include="..\..\gfx\context\d3d_ctx.cpp">
|
||||
<Filter>gfx\context</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\frontend\menu\backend\menu_common_backend.c" />
|
||||
<ClCompile Include="..\..\gfx\filter.c">
|
||||
<Filter>gfx</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="resource.h" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user