diff options
author | 2006-05-03 18:07:22 +0000 | |
---|---|---|
committer | 2006-05-03 18:07:22 +0000 | |
commit | d3e7414f284b1adc6cfbac41fbfe05094739af0e (patch) | |
tree | e7e501f9679d4b218ec696fd5ddffab699a1073b /games-emulation/ps2emu-padxwin/files | |
parent | version bump. bug #108755. (diff) | |
download | historical-d3e7414f284b1adc6cfbac41fbfe05094739af0e.tar.gz historical-d3e7414f284b1adc6cfbac41fbfe05094739af0e.tar.bz2 historical-d3e7414f284b1adc6cfbac41fbfe05094739af0e.zip |
Fixing build with gcc-4.1
Package-Manager: portage-2.1_pre10-r2
Diffstat (limited to 'games-emulation/ps2emu-padxwin/files')
-rw-r--r-- | games-emulation/ps2emu-padxwin/files/digest-ps2emu-padxwin-0.9 | 2 | ||||
-rw-r--r-- | games-emulation/ps2emu-padxwin/files/ps2emu-padxwin-0.9-gcc41.patch | 11 |
2 files changed, 13 insertions, 0 deletions
diff --git a/games-emulation/ps2emu-padxwin/files/digest-ps2emu-padxwin-0.9 b/games-emulation/ps2emu-padxwin/files/digest-ps2emu-padxwin-0.9 index c1c458314af8..d30adf8a2d03 100644 --- a/games-emulation/ps2emu-padxwin/files/digest-ps2emu-padxwin-0.9 +++ b/games-emulation/ps2emu-padxwin/files/digest-ps2emu-padxwin-0.9 @@ -1 +1,3 @@ MD5 93c08f62eb877d10a9468472a8f79784 PADwin09.rar 506891 +RMD160 9c0cb0ea4ba5e2f60cb8f9296d2cd416cf722279 PADwin09.rar 506891 +SHA256 b58c1a993cc0ebbe4f5447420cbd20d81d4d97c5a9e672da11602f503969912d PADwin09.rar 506891 diff --git a/games-emulation/ps2emu-padxwin/files/ps2emu-padxwin-0.9-gcc41.patch b/games-emulation/ps2emu-padxwin/files/ps2emu-padxwin-0.9-gcc41.patch new file mode 100644 index 000000000000..81ffceaf1dc9 --- /dev/null +++ b/games-emulation/ps2emu-padxwin/files/ps2emu-padxwin-0.9-gcc41.patch @@ -0,0 +1,11 @@ +--- Src/PAD.h.old 2006-05-03 19:59:16.000000000 +0200 ++++ Src/PAD.h 2006-05-03 20:01:01.000000000 +0200 +@@ -87,8 +87,6 @@ + extern u32 pads;
+
+ int POV(u32 direction, u32 angle);
+-s32 _PADopen(void *pDsp);
+-void _PADclose();
+ void _KeyPressNE(u32 key);
+ void _KeyPress(u32 key);
+ void _KeyReleaseNE(u32 key);
|