mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-05 06:42:57 +12:00
More CirclePad Pro improvements
This commit is contained in:
parent
935e088ca1
commit
0ab8a6d956
14 changed files with 155 additions and 81 deletions
|
@ -8,7 +8,6 @@ namespace IR {
|
|||
public:
|
||||
struct ButtonState {
|
||||
static constexpr int C_STICK_CENTER = 0x800;
|
||||
static constexpr int C_STICK_RADIUS = 0x7FF;
|
||||
|
||||
union {
|
||||
BitField<0, 8, u32> header;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue