scePadGetControllerInformation added , dummy scePadSetMotionSensorState

This commit is contained in:
georgemoralis 2024-04-01 14:45:27 +03:00
parent 92e4c6b798
commit 6066c89607
4 changed files with 49 additions and 4 deletions

View file

@ -6,7 +6,7 @@
#include <array>
#include <cstdint>
using s08 = std::int8_t;
using s8 = std::int8_t;
using s16 = std::int16_t;
using s32 = std::int32_t;
using s64 = std::int64_t;