Common: Add a CD image hasher class

This commit is contained in:
Connor McLaughlin
2020-06-08 01:19:35 +10:00
parent 06f5c3710d
commit 8b04b74f27
7 changed files with 165 additions and 0 deletions

View File

@@ -65,6 +65,7 @@
<Filter>gl</Filter>
</ClInclude>
<ClInclude Include="window_info.h" />
<ClInclude Include="cd_image_hasher.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="jit_code_buffer.cpp" />
@@ -124,6 +125,7 @@
<ClCompile Include="gl\context.cpp">
<Filter>gl</Filter>
</ClCompile>
<ClCompile Include="cd_image_hasher.cpp" />
</ItemGroup>
<ItemGroup>
<Natvis Include="bitfield.natvis" />