mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 02:29:59 -06:00
Core: Remove ImageWrite and get rid of -Wmissing-declarations warnings
This commit is contained in:
@ -48,7 +48,6 @@
|
||||
<ClCompile Include="FreeLookCamera.cpp" />
|
||||
<ClCompile Include="HiresTextures.cpp" />
|
||||
<ClCompile Include="HiresTextures_DDSLoader.cpp" />
|
||||
<ClCompile Include="ImageWrite.cpp" />
|
||||
<ClCompile Include="IndexGenerator.cpp" />
|
||||
<ClCompile Include="NetPlayChatUI.cpp" />
|
||||
<ClCompile Include="NetPlayGolfUI.cpp" />
|
||||
@ -132,7 +131,6 @@
|
||||
<ClInclude Include="UberShaderCommon.h" />
|
||||
<ClInclude Include="UberShaderPixel.h" />
|
||||
<ClInclude Include="HiresTextures.h" />
|
||||
<ClInclude Include="ImageWrite.h" />
|
||||
<ClInclude Include="IndexGenerator.h" />
|
||||
<ClInclude Include="LightingShaderGen.h" />
|
||||
<ClInclude Include="LookUpTables.h" />
|
||||
@ -201,4 +199,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user