Fix build with gcc 3.4
This commit is contained in:
parent
f351e3fced
commit
9fc7cf057f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116295
10
emulators/gngb/files/patch-save.c
Normal file
10
emulators/gngb/files/patch-save.c
Normal file
@ -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");*/
|
Loading…
Reference in New Issue
Block a user