From 971920e1fd506b86d58ae02ab9b9b077909c05be Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sun, 21 Aug 2011 11:51:17 +0000 Subject: [PATCH] ps3: prevent compilation of Ps3Input on other platforms. --- gfx/font/ascii.png | Bin 4836 -> 4836 bytes src/ps3input.cpp | 2 ++ 2 files changed, 2 insertions(+) diff --git a/gfx/font/ascii.png b/gfx/font/ascii.png index bf7baca1a7bd2dea7db19c531f9b2a9cae9c4858..55ebc01b86d6cd66e1d84986722bb7d81d9d69b8 100644 GIT binary patch delta 92 zcmaE&`b2fZ1fdWMT_eK~Lt`sbBP&yLZ381K1B0Aiy($I<2GtVRh?11Vl2ohQ{FKbJ eN(LhXLqlByEE;4lOgjeDz~JfX=d#Wzp$P!T<{6v- delta 92 zcmaE&`b2fZ1fdW!T|>(dLrW`DQ!7(*Z381K0|SO%jTH!C8<`q`6-!c el?+A(hK9NZSTqzaw>$#Wz~JfX=d#Wzp$P!rEE(1S diff --git a/src/ps3input.cpp b/src/ps3input.cpp index 4caf1e71..7b3cc122 100644 --- a/src/ps3input.cpp +++ b/src/ps3input.cpp @@ -38,11 +38,13 @@ class Ps3InputData { friend class Ps3Input; +#if defined __CELLOS_LV2__ vec2 mousepos; vec3i mousebuttons; CellPadFilterIIRSos filter_sos[NUM_PADS][4]; bool circle_validates; +#endif }; /*