Stella SVN changelog:
r3247
First pass at allowing a max range for paddle emulation when using the mouse or digital input. This will fix those ROMs that don't use much of the range on a real paddle, and as such have a huge deadzone in emulation.
---------------------
r3246
Removed obsolete file from the OSX build.
---------------------
r3245
Some minor updates to fix the Windows build from the latest round of changes. Specifically, the stack class now takes a lambda to apply to all elements it contains, rather than allowing direct access to each element.
---------------------
r3244
Fixed the last remaining C++11 "= default" for d'tors.
---------------------
r3243
Added C++11 "= default" for d'tors in the src/gui classes.
---------------------
r3238
Modified Stack class to use std::array instead of a raw array pointer.
This allows to remove assert statements (and instead use exceptions),
as well as fix a bug issued by Coverity.
Fix final bug reported by Coverity in ComboDialog class, where array
contents weren't being initialized. This isn't really a bug at all,
since the lambda takes care of initialization, but Coverity doesn't
support lambdas yet.
---------------------
Download: Stella SVN r3247 32bit
Download: Stella SVN r3247 64bit
Source: Here
0 Comments
Post a Comment