Updated VS project for recent dispatch class changes.

Bumped version # for precise-sound branch, since I'm getting tired of
switching between branches and forgetting which binary I'm currently
running.
This commit is contained in:
Stephen Anthony 2018-05-24 21:32:32 -02:30
parent a9985cc6b8
commit f7a9a12c23
3 changed files with 9 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#ifndef VERSION_HXX
#define VERSION_HXX
#define STELLA_VERSION "5.2_pre"
#define STELLA_VERSION "5.2_soundtest-1"
#define STELLA_BUILD "4138"
#endif

View File

@ -327,6 +327,7 @@
<ClCompile Include="..\emucore\CartE78K.cxx" />
<ClCompile Include="..\emucore\CartWD.cxx" />
<ClCompile Include="..\emucore\CompuMate.cxx" />
<ClCompile Include="..\emucore\DispatchResult.cxx" />
<ClCompile Include="..\emucore\EmulationTiming.cxx" />
<ClCompile Include="..\emucore\FBSurface.cxx" />
<ClCompile Include="..\emucore\MindLink.cxx" />
@ -631,6 +632,7 @@
<ClInclude Include="..\emucore\CartE78K.hxx" />
<ClInclude Include="..\emucore\CartWD.hxx" />
<ClInclude Include="..\emucore\CompuMate.hxx" />
<ClInclude Include="..\emucore\DispatchResult.hxx" />
<ClInclude Include="..\emucore\EmulationTiming.hxx" />
<ClInclude Include="..\emucore\EventHandlerConstants.hxx" />
<ClInclude Include="..\emucore\FBSurface.hxx" />

View File

@ -924,6 +924,9 @@
<ClCompile Include="..\common\audio\LanczosResampler.cxx">
<Filter>Source Files\audio</Filter>
</ClCompile>
<ClCompile Include="..\emucore\DispatchResult.cxx">
<Filter>Source Files\emucore</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\common\bspf.hxx">
@ -1889,6 +1892,9 @@
<ClInclude Include="..\common\audio\LanczosResampler.hxx">
<Filter>Header Files\audio</Filter>
</ClInclude>
<ClInclude Include="..\emucore\DispatchResult.hxx">
<Filter>Header Files\emucore</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="stella.ico">