From af4196c0492131b32e15eea07bab3bfe2b7b7744 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Fri, 5 Jan 2024 22:00:39 -0330 Subject: [PATCH] More fixes to changelog. --- src/gui/WhatsNewDialog.cxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/gui/WhatsNewDialog.cxx b/src/gui/WhatsNewDialog.cxx index 3fa5b8832..5a3a78888 100644 --- a/src/gui/WhatsNewDialog.cxx +++ b/src/gui/WhatsNewDialog.cxx @@ -66,12 +66,7 @@ WhatsNewDialog::WhatsNewDialog(OSystem& osystem, DialogContainer& parent, add(ypos, "added MovieCart support"); add(ypos, "added weblinks for many games"); } - add(ypos, "extensively redesigned and enhanced file launcher"); - add(ypos, "added automatic emulation pause when focus is lost"); - add(ypos, "added option to toggle autofire mode"); - add(ypos, "improved controller mappings for Paddles and Driving controllers"); - add(ypos, "added another oddball TIA glitch option for score mode color"); - add(ypos, "enhanced support for CDFJ+ bankswitching type"); + add(ypos, "fixed broken mouse and Stelladaptor input for Driving Controller"); add(ypos, ELLIPSIS + " (for a complete list see 'docs/Changes.txt')"); #endif