Bläddra i källkod

ps3: prevent compilation of Ps3Input on other platforms.

legacy
Sam Hocevar sam 13 år sedan
förälder
incheckning
971920e1fd
2 ändrade filer med 2 tillägg och 0 borttagningar
  1. Binär
      gfx/font/ascii.png
  2. +2
    -0
      src/ps3input.cpp

Binär
gfx/font/ascii.png Visa fil

Före Efter
Bredd: 112  |  Höjd: 240  |  Storlek: 4.7 KiB Bredd: 112  |  Höjd: 240  |  Storlek: 4.7 KiB

+ 2
- 0
src/ps3input.cpp Visa fil

@@ -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
};

/*


Laddar…
Avbryt
Spara