summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-08-15 17:49:44 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-08-15 17:49:44 +0000
commit9fc7cf057fefded6c5737151ea6855ce6ee0f37f (patch)
treebd00a082a4622e9651b4cfe56c053b39fddd7ea6 /emulators
parentFix build with gcc 3.4 (diff)
Fix build with gcc 3.4
Notes
Notes: svn path=/head/; revision=116295
Diffstat (limited to 'emulators')
-rw-r--r--emulators/gngb/files/patch-save.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/gngb/files/patch-save.c b/emulators/gngb/files/patch-save.c
new file mode 100644
index 000000000000..a74527520dad
--- /dev/null
+++ b/emulators/gngb/files/patch-save.c
@@ -0,0 +1,10 @@
+--- src/save.c.orig Sun Aug 15 19:46:58 2004
++++ src/save.c Sun Aug 15 19:47:44 2004
+@@ -8,6 +8,7 @@
+
+ #define FILENAME_LEN 1024
+ static SDL_Surface *savestate_bmp=NULL;
++void movie_add_pad(Uint8 pad);
+
+ void get_filename_ext(char *f,char *ext) {
+ /* char *a=getenv("HOME");*/