mirror of https://github.com/stella-emu/stella.git
updated changes.txt
This commit is contained in:
parent
cbbe6fbe99
commit
c1cbd5d6f3
|
@ -28,6 +28,8 @@
|
||||||
|
|
||||||
* Increased sample size for CDFJ+.
|
* Increased sample size for CDFJ+.
|
||||||
|
|
||||||
|
* Fixed autofire bug for trackball controllers.
|
||||||
|
|
||||||
-Have fun!
|
-Have fun!
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -45,6 +45,7 @@ WhatsNewDialog::WhatsNewDialog(OSystem& osystem, DialogContainer& parent, const
|
||||||
#if defined(RETRON77)
|
#if defined(RETRON77)
|
||||||
add(ypos, "increased sample size for CDFJ+");
|
add(ypos, "increased sample size for CDFJ+");
|
||||||
add(ypos, "fixed navigation bug in Video & Audio settings dialog");
|
add(ypos, "fixed navigation bug in Video & Audio settings dialog");
|
||||||
|
add(ypos, "fixed autofire bug for trackball controllers");
|
||||||
#else
|
#else
|
||||||
add(ypos, "enhanced cut/copy/paste for text editing");
|
add(ypos, "enhanced cut/copy/paste for text editing");
|
||||||
add(ypos, "added undo and redo to text editing");
|
add(ypos, "added undo and redo to text editing");
|
||||||
|
|
Loading…
Reference in New Issue