mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 01:44:53 +00:00
Add poll interval to libScePad (#1415)
This commit is contained in:
parent
87f8fea4de
commit
c38e3f77f9
5 changed files with 38 additions and 2 deletions
|
@ -56,6 +56,7 @@ public:
|
|||
bool SetVibration(u8 smallMotor, u8 largeMotor);
|
||||
void SetTouchpadState(int touchIndex, bool touchDown, float x, float y);
|
||||
void TryOpenSDLController();
|
||||
u32 Poll();
|
||||
|
||||
private:
|
||||
struct StateInternal {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue