diff options
Diffstat (limited to 'games-emulation/daphne/files')
-rw-r--r-- | games-emulation/daphne/files/daphne-0.99.6-gcc41.patch | 22 | ||||
-rw-r--r-- | games-emulation/daphne/files/digest-daphne-0.99.6-r2 | 2 |
2 files changed, 24 insertions, 0 deletions
diff --git a/games-emulation/daphne/files/daphne-0.99.6-gcc41.patch b/games-emulation/daphne/files/daphne-0.99.6-gcc41.patch new file mode 100644 index 000000000000..b136ebd387f8 --- /dev/null +++ b/games-emulation/daphne/files/daphne-0.99.6-gcc41.patch @@ -0,0 +1,22 @@ +--- src/game/game.h.old 2006-08-27 18:45:27.000000000 +0200 ++++ src/game/game.h 2006-08-27 18:45:43.000000000 +0200 +@@ -121,7 +121,7 @@ + int get_video_col_offset(); + SDL_Surface *get_video_overlay(int index); // returns pointer to video overlay specified, or NULL if index is out of range + SDL_Surface *get_active_video_overlay(); // returns the current active video overlay (that is currently being drawn) +- SDL_Surface *game::get_finished_video_overlay(); // returns the last complete video overlay (that isn't currently being drawn) ++ SDL_Surface *get_finished_video_overlay(); // returns the last complete video overlay (that isn't currently being drawn) + bool is_overlay_size_dynamic(); // returns m_overlay_size_is_dynamic + + void enable_cheat(); +--- src/ldp-out/pioneer.h.old 2006-08-27 18:47:55.000000000 +0200 ++++ src/ldp-out/pioneer.h 2006-08-27 18:48:12.000000000 +0200 +@@ -45,7 +45,7 @@ + bool pioneer_audio1; + bool pioneer_audio2; + bool check_result(Uint32, bool); +- bool pioneer::getstring(char *, int, Uint32,bool); ++ bool getstring(char *, int, Uint32,bool); + void printmodel(); + }; + diff --git a/games-emulation/daphne/files/digest-daphne-0.99.6-r2 b/games-emulation/daphne/files/digest-daphne-0.99.6-r2 index 115b93db4360..344ba83b7d7b 100644 --- a/games-emulation/daphne/files/digest-daphne-0.99.6-r2 +++ b/games-emulation/daphne/files/digest-daphne-0.99.6-r2 @@ -1 +1,3 @@ MD5 7602c8c1c7d54f61e23e55fe55b44ffd daphne-0.99.6-src.tar.gz 2685633 +RMD160 b4e7902887e6dad03d9ad0b8f9fc5b4b34ca9166 daphne-0.99.6-src.tar.gz 2685633 +SHA256 ca8e4365d3af7dd484ce14d30eeffafef7947e41956fa12ec7120308ff3658f9 daphne-0.99.6-src.tar.gz 2685633 |