Change d3d_wrapper.c to d3d_wrapper.cpp
This commit is contained in:
parent
f3cd7f8fe4
commit
45fc487b95
|
@ -224,7 +224,7 @@ VIDEO DRIVER
|
|||
#endif
|
||||
|
||||
#ifdef _XBOX
|
||||
#include "../gfx/d3d9/d3d_wrapper.c"
|
||||
#include "../gfx/d3d9/d3d_wrapper.cpp"
|
||||
#include "../gfx/d3d9/d3d.cpp"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -237,7 +237,7 @@
|
|||
<ClCompile Include="..\..\deps\rzlib\unzip.c" />
|
||||
<ClCompile Include="..\..\deps\rzlib\zutil.c" />
|
||||
<ClCompile Include="..\..\file_extract.c" />
|
||||
<ClCompile Include="..\..\gfx\d3d9\d3d_wrapper.c" />
|
||||
<ClCompile Include="..\..\gfx\d3d9\d3d_wrapper.cpp" />
|
||||
<ClCompile Include="..\..\playlist.c" />
|
||||
<ClCompile Include="..\..\file_list.c" />
|
||||
<ClCompile Include="..\..\frontend\menu\backend\menu_common_backend.c" />
|
||||
|
@ -442,4 +442,4 @@
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in New Issue