Day 6 Bonus: Dualsense Edge support!

I had to temporarily make my own binaries for the JoyShockLibrary but it works!
This commit is contained in:
2023-09-09 20:14:40 -04:00
parent eb1c2b2e57
commit d7399149bc
17 changed files with 4128 additions and 12 deletions

View File

@ -1,3 +1,5 @@
#pragma once
#pragma region Platform Detection
/* Platform architecture */

View File

@ -1,3 +1,5 @@
#pragma once
// Keywords
#define global static // Global variables

View File

@ -1,3 +1,5 @@
#pragma once
#pragma region Basic Types
#define U8_MIN 0u