updated VS project files

updated change log
This commit is contained in:
thrust26 2018-12-15 09:41:27 +01:00
parent d981ed71f3
commit b8e53d76af
3 changed files with 10 additions and 0 deletions

View File

@ -110,6 +110,8 @@
* Added Developer setting, which breaks on reads from write ports
* Fixed '_rwport'
* Added recently released 'Arkyology' prototype ROM to the database.
* Fixed 'Street Racer' and 'Video Olympics' ROMs to use paddles in both

View File

@ -260,6 +260,7 @@
<ClCompile Include="..\common\PJoystickHandler.cxx" />
<ClCompile Include="..\common\PKeyboardHandler.cxx" />
<ClCompile Include="..\common\RewindManager.cxx" />
<ClCompile Include="..\common\StaggeredLogger.cxx" />
<ClCompile Include="..\common\StateManager.cxx" />
<ClCompile Include="..\common\ThreadDebugging.cxx" />
<ClCompile Include="..\common\TimerManager.cxx" />
@ -830,6 +831,7 @@
<ClInclude Include="..\common\PJoystickHandler.hxx" />
<ClInclude Include="..\common\PKeyboardHandler.hxx" />
<ClInclude Include="..\common\RewindManager.hxx" />
<ClInclude Include="..\common\StaggeredLogger.hxx" />
<ClInclude Include="..\common\StateManager.hxx" />
<ClInclude Include="..\common\StellaKeys.hxx" />
<ClInclude Include="..\common\StringParser.hxx" />

View File

@ -948,6 +948,9 @@
<ClCompile Include="..\common\ThreadDebugging.cxx">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\common\StaggeredLogger.cxx">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\common\bspf.hxx">
@ -1937,6 +1940,9 @@
<ClInclude Include="..\emucore\exception\EmulationWarning.hxx">
<Filter>Header Files\emucore\exception</Filter>
</ClInclude>
<ClInclude Include="..\common\StaggeredLogger.hxx">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="stella.ico">