mirror of https://github.com/stella-emu/stella.git
Final updates for 6.5.1 release.
This commit is contained in:
parent
dcb155a003
commit
ad80972b2d
|
@ -12,10 +12,12 @@
|
|||
Release History
|
||||
===========================================================================
|
||||
|
||||
6.5 to 6.5.1 (January X, 2021)
|
||||
6.5 to 6.5.1 (January 24, 2021)
|
||||
|
||||
* Fixed paddle button bug for jittering controllers.
|
||||
|
||||
* Improve switching between joysticks and paddles on Retron77 port.
|
||||
|
||||
* Improve memory usage on Retron77 port.
|
||||
|
||||
-Have fun!
|
||||
|
|
|
@ -19,6 +19,6 @@
|
|||
#define VERSION_HXX
|
||||
|
||||
#define STELLA_VERSION "6.5.1"
|
||||
#define STELLA_BUILD "6673"
|
||||
#define STELLA_BUILD "6699"
|
||||
|
||||
#endif
|
||||
|
|
|
@ -50,6 +50,7 @@ WhatsNewDialog::WhatsNewDialog(OSystem& osystem, DialogContainer& parent,
|
|||
add(ypos, "fixed navigation bug in Video & Audio settings dialog");
|
||||
add(ypos, "fixed autofire bug for trackball controllers");
|
||||
add(ypos, "fixed paddle button bug for jittering controllers");
|
||||
add(ypos, "improved switching between joysticks and paddles");
|
||||
add(ypos, "improved memory usage in UI mode");
|
||||
#else
|
||||
const string& version = instance().settings().getString("stella.version");
|
||||
|
|
Loading…
Reference in New Issue