This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
ps3: prevent compilation of Ps3Input on other platforms.
legacy
Sam Hocevar
sam
13 years ago
parent
f4bf2954ba
commit
971920e1fd
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
gfx/font/ascii.png
+2
-0
src/ps3input.cpp
BIN
gfx/font/ascii.png
View File
Before
After
Width:
112
| Height:
240
| Size:
4.7 KiB
Width:
112
| Height:
240
| Size:
4.7 KiB
+ 2
- 0
src/ps3input.cpp
View File
@@ -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
};
/*
Write
Preview
Loading…
Cancel
Save