Basic CD image loading

This commit is contained in:
Connor McLaughlin
2019-09-20 20:14:00 +10:00
parent 53e755aa68
commit ad652c47ed
12 changed files with 260 additions and 8 deletions

View File

@ -37,6 +37,7 @@
<ItemGroup>
<ClInclude Include="audio.h" />
<ClInclude Include="bitfield.h" />
<ClInclude Include="cd_image.h" />
<ClInclude Include="display.h" />
<ClInclude Include="display_renderer_d3d.h" />
<ClInclude Include="display_renderer.h" />
@ -57,6 +58,7 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="audio.cpp" />
<ClCompile Include="cd_image.cpp" />
<ClCompile Include="display.cpp" />
<ClCompile Include="display_renderer_d3d.cpp" />
<ClCompile Include="display_renderer.cpp" />