Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
Stella
Commits
b8e53d76
Commit
b8e53d76
authored
Dec 15, 2018
by
thrust26
Browse files
updated VS project files
updated change log
parent
d981ed71
Changes
3
Hide whitespace changes
Inline
Side-by-side
Changes.txt
View file @
b8e53d76
...
...
@@ -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
...
...
src/windows/Stella.vcxproj
View file @
b8e53d76
...
...
@@ -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"
/>
...
...
src/windows/Stella.vcxproj.filters
View file @
b8e53d76
...
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment