mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 02:36:51 -07:00
Add switch rumble and motion feedbacks
This commit is contained in:
parent
9ab84e6054
commit
acf15480f2
7 changed files with 255 additions and 100 deletions
|
@ -69,12 +69,6 @@ class PSRemotePlay : public brls::View
|
|||
// to send gamepad inputs
|
||||
Host *host;
|
||||
brls::Label *label;
|
||||
ChiakiControllerState state = {0};
|
||||
// FPS calculation
|
||||
// double base_time;
|
||||
// int frame_counter = 0;
|
||||
// int fps = 0;
|
||||
|
||||
public:
|
||||
PSRemotePlay(Host *host);
|
||||
~PSRemotePlay();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue