DualSense initial support

This commit is contained in:
Denis 2023-11-29 02:22:18 +01:00
parent b3b3073b59
commit 69fe60594a
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
8 changed files with 511 additions and 12 deletions

7
virt_ds5.h Normal file
View file

@ -0,0 +1,7 @@
#pragma once
#include "logic.h"
#undef VIRT_DS5_DEBUG
void *virt_ds5_thread_func(void *ptr);