mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-21 10:55:03 +00:00
scePadGetControllerInformation added , dummy scePadSetMotionSensorState
This commit is contained in:
parent
92e4c6b798
commit
6066c89607
4 changed files with 49 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue