CDImage: Add memory CD image class

This commit is contained in:
Connor McLaughlin
2020-07-22 00:03:07 +10:00
parent 8b91bf5e57
commit 3187d07d03
6 changed files with 231 additions and 51 deletions

View File

@ -101,6 +101,7 @@
<ClCompile Include="cd_image_chd.cpp" />
<ClCompile Include="cd_image_cue.cpp" />
<ClCompile Include="cd_image_hasher.cpp" />
<ClCompile Include="cd_image_memory.cpp" />
<ClCompile Include="cubeb_audio_stream.cpp" />
<ClCompile Include="d3d11\shader_cache.cpp" />
<ClCompile Include="d3d11\shader_compiler.cpp" />