CDImage: Add CDImagePPF to overlap a PPF on another image

This commit is contained in:
Connor McLaughlin
2021-06-01 21:42:50 +10:00
parent 5edc645d1f
commit 77984035d2
5 changed files with 455 additions and 2 deletions

View File

@ -141,6 +141,7 @@
<ClCompile Include="cd_image_pbp.cpp" />
<ClCompile Include="crash_handler.cpp" />
<ClCompile Include="cue_parser.cpp" />
<ClCompile Include="cd_image_ppf.cpp" />
<ClCompile Include="d3d11\shader_cache.cpp" />
<ClCompile Include="d3d11\shader_compiler.cpp" />
<ClCompile Include="d3d11\staging_texture.cpp" />
@ -763,4 +764,4 @@
<ImportGroup Label="ExtensionTargets">
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
</ImportGroup>
</Project>
</Project>