From ff93dd505494e858f6fd81d8848ea65da08ccfeb Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Tue, 6 Mar 2012 16:40:45 +0000 Subject: [PATCH] sdl: updated todo for 2.1.6 --- TODO-SDL-2.1.6.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/TODO-SDL-2.1.6.md b/TODO-SDL-2.1.6.md index acaa25de..3db30fb9 100644 --- a/TODO-SDL-2.1.6.md +++ b/TODO-SDL-2.1.6.md @@ -14,6 +14,12 @@ BUGS * Go to game genie with clip sides enabled or save a state to see * Ensure no clip sides is only being enabled during fullscreen + Gamepad dialog and others segfault on Ubuntu 10.04 (and older GTK versions) + --------------------------------------------------------------------------- + * Not planning on using legacy code here (especially with Ubuntu 12.04 on its way) but perhaps + a messagebox can be displayed recommending the user to upgrade their GTK version to prevent + the frustrating segfault. Segfaults need to be avoided like the plague. + FEATURES ======== XDG Standardization of Config @@ -37,6 +43,11 @@ TESTING * Debian 6 * Ubuntu 10.04 / 11.04 * ??? + Ubuntu 10.04 + ------------ + * Compiles/builds without issue. + * No issues found in gameplay. + * TODO Some dialogs with segfault FCEUX due to an older version of GTK. Perhaps we can detect the old version of GTK and just prevent the dialog from being opened so the segfault doesn't occur? (bug added). PROJECT STUFF =============