summaryrefslogtreecommitdiffstats
path: root/games/fceux/enable-recording.patch
diff options
context:
space:
mode:
author M.Dinslage <daedra1980@gmail.com>2010-06-14 02:08:45 -0500
committer Erik Hanson <erik@slackbuilds.org>2010-06-14 02:08:45 -0500
commit8386c632165f2c6a39d941652681da27e4919ea4 (patch)
tree0c3d425bbcd3e82878b1d56160fd23cffd86163b /games/fceux/enable-recording.patch
parent7d19ca799549b44e08b6f545066f0763daab5126 (diff)
downloadslackbuilds-8386c632165f2c6a39d941652681da27e4919ea4.tar.gz
slackbuilds-8386c632165f2c6a39d941652681da27e4919ea4.tar.xz
games/fceux: Updated for version 2.1.4a.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games/fceux/enable-recording.patch')
-rw-r--r--games/fceux/enable-recording.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/fceux/enable-recording.patch b/games/fceux/enable-recording.patch
new file mode 100644
index 0000000000..9f27f5fbef
--- /dev/null
+++ b/games/fceux/enable-recording.patch
@@ -0,0 +1,12 @@
+diff -up fceu2.1.4a/SConstruct.00 fceu2.1.4a/SConstruct
+--- fceu2.1.4a/SConstruct.00 2010-06-05 20:53:37.621706694 -0700
++++ fceu2.1.4a/SConstruct 2010-06-05 20:53:51.370717520 -0700
+@@ -10,7 +10,7 @@ opts.AddVariables(
+ BoolVariable('DEBUG', 'Build with debugging symbols', 1),
+ BoolVariable('LUA', 'Enable Lua support', 1),
+ BoolVariable('NEWPPU', 'Enable new PPU core', 1),
+- BoolVariable('CREATE_AVI', 'Enable avi creation support (SDL only)', 0),
++ BoolVariable('CREATE_AVI', 'Enable avi creation support (SDL only)', 1),
+ BoolVariable('LOGO', 'Enable a logoscreen when creating avis (SDL only)', '1'),
+ BoolVariable('GTK', 'Enable GTK2 GUI (SDL only)', 1),
+ BoolVariable('GTK_LITE', 'Enable GTK2 for dialogs only', 0)