소스 검색

ps3: prevent compilation of Ps3Input on other platforms.

legacy
Sam Hocevar sam 14 년 전
부모
커밋
971920e1fd
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. BIN
      gfx/font/ascii.png
  2. +2
    -0
      src/ps3input.cpp

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

/*


불러오는 중...
취소
저장