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
f3927b94
Commit
f3927b94
authored
Aug 07, 2018
by
thrust26
Browse files
Merge branch 'release/6.0' of
https://github.com/stella-emu/stella
into release/6.0
parents
89b0759d
e2df53bd
Changes
3
Show whitespace changes
Inline
Side-by-side
src/common/Version.hxx
View file @
f3927b94
...
...
@@ -19,6 +19,6 @@
#define VERSION_HXX
#define STELLA_VERSION "6.0_pre1"
#define STELLA_BUILD "443
0
"
#define STELLA_BUILD "443
4
"
#endif
src/emucore/tia/Ball.cxx
View file @
f3927b94
...
...
@@ -65,8 +65,6 @@ void Ball::enabl(uInt8 value)
myTIA
->
flushLineCache
();
updateEnabled
();
collision
=
(
myIsVisible
&&
myIsEnabled
)
?
myCollisionMaskEnabled
:
myCollisionMaskDisabled
;
myTIA
->
scheduleCollisionUpdate
();
}
}
...
...
src/macosx/Info-Stella.plist
View file @
f3927b94
...
...
@@ -53,7 +53,7 @@
<key>
CFBundleSignature
</key>
<string>
StLa
</string>
<key>
CFBundleVersion
</key>
<string>
5.1
</string>
<string>
6.0
</string>
<key>
LSApplicationCategoryType
</key>
<string>
public.app-category.games
</string>
<key>
LSMinimumSystemVersionByArchitecture
</key>
...
...
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