From 84491cd15a2e812bec0a29955ef73dfda021bd6f Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Tue, 27 Nov 2012 17:07:46 +0000 Subject: [PATCH] sdl: rename some references to 2.1.6 to be 2.2.0; uncomment PUBLIC_RELEASE in build scripts --- README-SDL.md | 4 ++-- SConstruct | 4 ++-- TODO-SDL.md | 8 +++----- TODO-SDL-2.1.6.md => attic/TODO-SDL-2.1.6.md | 0 4 files changed, 7 insertions(+), 9 deletions(-) rename TODO-SDL-2.1.6.md => attic/TODO-SDL-2.1.6.md (100%) diff --git a/README-SDL.md b/README-SDL.md index 8542244a..0bd3fb77 100644 --- a/README-SDL.md +++ b/README-SDL.md @@ -1,4 +1,4 @@ -FCEUX SDL 2.1.6 SDL README +FCEUX SDL 2.2.0 SDL README ========================== By Lukas Sabota (sf: punkrockguy318) @@ -23,7 +23,7 @@ Table of Contents version of sdl (1.2.15 at the time of writing). * scons - Required to build fceux. * libgtk2.0 (optional) - version >= 2.24 recommended -* libgtk3.0 (optional) - this compiles as of fceux 2.1.6. +* libgtk3.0 (optional) - this compiles as of fceux 2.2.0 * liblua5.1 (optional) * c++ compiler -- you may use g++ from gcc or clang++ from llvm. diff --git a/SConstruct b/SConstruct index 9b93fbbe..32aff63b 100644 --- a/SConstruct +++ b/SConstruct @@ -33,8 +33,8 @@ prefix = GetOption('prefix') env = Environment(options = opts) #### Uncomment this for a public release ### -# env.Append(CPPDEFINES=["PUBLIC_RELEASE"]) -# env['DEBUG'] = 0 +env.Append(CPPDEFINES=["PUBLIC_RELEASE"]) +env['DEBUG'] = 0 ############################################ # LSB_FIRST must be off for PPC to compile diff --git a/TODO-SDL.md b/TODO-SDL.md index 7910a56c..bf626969 100644 --- a/TODO-SDL.md +++ b/TODO-SDL.md @@ -7,23 +7,21 @@ Features GTK === * Better on-the-fly video resizing with window resize / video config - Done! * Hotkey remapping GUI - * Smarter video config (disable widgets that are incompatible with openGL) + * Smarter video config (disable widgets that are not used when openGL is enabled) * Options to investigate: * bpp * scanlines - * Cheat editor + * GUI Cheat editor SDL 1.3 ======= * segfaults when opening a second game * segfaults on fullscreen entry * havent tested this in a while - * not a 2.1.6 target + * not a 2.2.0 target BUGS ==== - * Zipped rom support borked? * F1 from terminal-less gui fceux process hangs fceux (since input is required from console in cheat editor) OS X diff --git a/TODO-SDL-2.1.6.md b/attic/TODO-SDL-2.1.6.md similarity index 100% rename from TODO-SDL-2.1.6.md rename to attic/TODO-SDL-2.1.6.md