diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-15 17:49:44 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-15 17:49:44 +0000 |
commit | 9fc7cf057fefded6c5737151ea6855ce6ee0f37f (patch) | |
tree | bd00a082a4622e9651b4cfe56c053b39fddd7ea6 /emulators/gngb/files | |
parent | f351e3fcedf3fe4aba5665c61269073a6a67bfd6 (diff) | |
download | ports-9fc7cf057fefded6c5737151ea6855ce6ee0f37f.tar.gz ports-9fc7cf057fefded6c5737151ea6855ce6ee0f37f.zip |
Fix build with gcc 3.4
Notes
Notes:
svn path=/head/; revision=116295
Diffstat (limited to 'emulators/gngb/files')
-rw-r--r-- | emulators/gngb/files/patch-save.c | 10 |
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");*/ |