mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
Add option for setting the PNG zlib compression level
This commit is contained in:
parent
6f4bbac528
commit
94ccf765af
12 changed files with 125 additions and 30 deletions
|
@ -110,6 +110,7 @@
|
|||
<ClInclude Include="Common\Hash.h" />
|
||||
<ClInclude Include="Common\HttpRequest.h" />
|
||||
<ClInclude Include="Common\Image.h" />
|
||||
<ClInclude Include="Common\ImageC.h" />
|
||||
<ClInclude Include="Common\IniFile.h" />
|
||||
<ClInclude Include="Common\Inline.h" />
|
||||
<ClInclude Include="Common\Intrinsics.h" />
|
||||
|
@ -714,6 +715,11 @@
|
|||
<ClCompile Include="Common\Hash.cpp" />
|
||||
<ClCompile Include="Common\HttpRequest.cpp" />
|
||||
<ClCompile Include="Common\Image.cpp" />
|
||||
<ClCompile Include="Common\ImageC.c">
|
||||
<!-- This is a C file, not a C++ file, so we can't use the C++ pre-compiled header -->
|
||||
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
||||
<ForcedIncludeFiles />
|
||||
</ClCompile>
|
||||
<ClCompile Include="Common\IniFile.cpp" />
|
||||
<ClCompile Include="Common\IOFile.cpp" />
|
||||
<ClCompile Include="Common\JitRegister.cpp" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue