Port rumble support for SDL from moonlight-qt

This commit is contained in:
Iwan Timmer
2019-02-16 15:37:09 +01:00
parent 2adf943980
commit 0868f0295e
5 changed files with 76 additions and 16 deletions

View File

@@ -25,3 +25,4 @@
extern CONNECTION_LISTENER_CALLBACKS connection_callbacks;
extern pthread_t main_thread_id;
extern bool connection_debug;
extern ConnListenerRumble rumble_handler;