diff options
Diffstat (limited to 'games-emulation/daphne/files/daphne-0.99.7-gcc41.patch')
-rw-r--r-- | games-emulation/daphne/files/daphne-0.99.7-gcc41.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games-emulation/daphne/files/daphne-0.99.7-gcc41.patch b/games-emulation/daphne/files/daphne-0.99.7-gcc41.patch new file mode 100644 index 000000000000..83766ed10fad --- /dev/null +++ b/games-emulation/daphne/files/daphne-0.99.7-gcc41.patch @@ -0,0 +1,22 @@ +--- game/lgp.h ++++ game/lgp.h +@@ -59,7 +59,7 @@ + bool nmie; + Uint8 banks[7]; + void recalc_palette(); +- void lgp::draw_8x8(int character_number, int xcoord, int ycoord); ++ void draw_8x8(int character_number, int xcoord, int ycoord); + }; + + #endif +--- ldp-out/pioneer.h ++++ ldp-out/pioneer.h +@@ -47,7 +47,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(); + }; + |