瀏覽代碼

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 查看文件

Before After
Width: 112  |  Height: 240  |  Size: 4.7 KiB Width: 112  |  Height: 240  |  Size: 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
};

/*


Loading…
取消
儲存