sdl: rename some references to 2.1.6 to be 2.2.0; uncomment PUBLIC_RELEASE in build scripts
This commit is contained in:
parent
8df92bb338
commit
84491cd15a
|
@ -1,4 +1,4 @@
|
||||||
FCEUX SDL 2.1.6 SDL README
|
FCEUX SDL 2.2.0 SDL README
|
||||||
==========================
|
==========================
|
||||||
By Lukas Sabota (sf: punkrockguy318)
|
By Lukas Sabota (sf: punkrockguy318)
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ Table of Contents
|
||||||
version of sdl (1.2.15 at the time of writing).
|
version of sdl (1.2.15 at the time of writing).
|
||||||
* scons - Required to build fceux.
|
* scons - Required to build fceux.
|
||||||
* libgtk2.0 (optional) - version >= 2.24 recommended
|
* 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)
|
* liblua5.1 (optional)
|
||||||
* c++ compiler -- you may use g++ from gcc or clang++ from llvm.
|
* c++ compiler -- you may use g++ from gcc or clang++ from llvm.
|
||||||
|
|
||||||
|
|
|
@ -33,8 +33,8 @@ prefix = GetOption('prefix')
|
||||||
env = Environment(options = opts)
|
env = Environment(options = opts)
|
||||||
|
|
||||||
#### Uncomment this for a public release ###
|
#### Uncomment this for a public release ###
|
||||||
# env.Append(CPPDEFINES=["PUBLIC_RELEASE"])
|
env.Append(CPPDEFINES=["PUBLIC_RELEASE"])
|
||||||
# env['DEBUG'] = 0
|
env['DEBUG'] = 0
|
||||||
############################################
|
############################################
|
||||||
|
|
||||||
# LSB_FIRST must be off for PPC to compile
|
# LSB_FIRST must be off for PPC to compile
|
||||||
|
|
|
@ -7,23 +7,21 @@ Features
|
||||||
GTK
|
GTK
|
||||||
===
|
===
|
||||||
* Better on-the-fly video resizing with window resize / video config
|
* Better on-the-fly video resizing with window resize / video config
|
||||||
Done! * Hotkey remapping GUI
|
* Smarter video config (disable widgets that are not used when openGL is enabled)
|
||||||
* Smarter video config (disable widgets that are incompatible with openGL)
|
|
||||||
* Options to investigate:
|
* Options to investigate:
|
||||||
* bpp
|
* bpp
|
||||||
* scanlines
|
* scanlines
|
||||||
* Cheat editor
|
* GUI Cheat editor
|
||||||
|
|
||||||
SDL 1.3
|
SDL 1.3
|
||||||
=======
|
=======
|
||||||
* segfaults when opening a second game
|
* segfaults when opening a second game
|
||||||
* segfaults on fullscreen entry
|
* segfaults on fullscreen entry
|
||||||
* havent tested this in a while
|
* havent tested this in a while
|
||||||
* not a 2.1.6 target
|
* not a 2.2.0 target
|
||||||
|
|
||||||
BUGS
|
BUGS
|
||||||
====
|
====
|
||||||
* Zipped rom support borked?
|
|
||||||
* F1 from terminal-less gui fceux process hangs fceux (since input is required from console in cheat editor)
|
* F1 from terminal-less gui fceux process hangs fceux (since input is required from console in cheat editor)
|
||||||
|
|
||||||
OS X
|
OS X
|
||||||
|
|
Loading…
Reference in New Issue