ソースを参照

ps3: prevent compilation of Ps3Input on other platforms.

legacy
Sam Hocevar sam 13年前
コミット
971920e1fd
2個のファイルの変更2行の追加0行の削除
  1. バイナリ
      gfx/font/ascii.png
  2. +2
    -0
      src/ps3input.cpp

バイナリ
gfx/font/ascii.png ファイルの表示

変更前 変更後
幅: 112  |  高さ: 240  |  サイズ: 4.7 KiB 幅: 112  |  高さ: 240  |  サイズ: 4.7 KiB

+ 2
- 0
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
};

/*


読み込み中…
キャンセル
保存