From 8771b8a94047a39dddc07a962b86c5cfd49d485a Mon Sep 17 00:00:00 2001 From: Christian Speckner Date: Thu, 16 Dec 2021 20:26:15 +0000 Subject: [PATCH] Fix crash by shrinking "What's new?" --- src/gui/WhatsNewDialog.cxx | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/gui/WhatsNewDialog.cxx b/src/gui/WhatsNewDialog.cxx index f2796a809..5e9568fc9 100644 --- a/src/gui/WhatsNewDialog.cxx +++ b/src/gui/WhatsNewDialog.cxx @@ -47,20 +47,6 @@ WhatsNewDialog::WhatsNewDialog(OSystem& osystem, DialogContainer& parent, const string& version = instance().settings().getString("stella.version"); #ifdef RETRON77 - if(version < "6.5") - { - add(ypos, "increased sample size for CDFJ+"); - 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"); - add(ypos, "fixed broken Driving Controller support for Stelladaptor/2600-daptor devices"); - add(ypos, "fixed missing QuadTari option in UI"); - add(ypos, "improved analog input reading"); - add(ypos, "fixed QuadTari support for some controller types"); - add(ypos, "fixed palette and TV effects saving"); - } add(ypos, "added MovieCart support"); add(ypos, "keep multiple dump files when dumping to SD"); add(ypos, "removed deadzone from USB game controllers");