diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-07-16 10:34:06 -0400 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-07-16 10:34:06 -0400 |
| commit | 3b6081165adc64fe53802ed35e2ae0665de6b54e (patch) | |
| tree | d42316d6b03795949f13080973794704eb5b2757 /include/rvl | |
| parent | c8470abc5318c4166a1d48f53f93831b995e19f6 (diff) | |
some updates -> non working yet
Diffstat (limited to 'include/rvl')
| -rw-r--r-- | include/rvl/KPAD/KPAD.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/rvl/KPAD/KPAD.h b/include/rvl/KPAD/KPAD.h index 6b069111..4cd1ed91 100644 --- a/include/rvl/KPAD/KPAD.h +++ b/include/rvl/KPAD/KPAD.h @@ -76,6 +76,9 @@ typedef struct KPADUnifiedWpadStatus { WPADCLStatus cl; WPADTRStatus tr; WPADBLStatus bl; + struct { + u8 _[0x40]; + } unk; } u; // at 0x0 u8 fmt; // 0x36; u8 padding; // 0x37; @@ -125,6 +128,8 @@ f32 KPADIsEnableMplsDpdRevise(s32 chan); void KPADDisableMplsDpdRevise(s32 chan); void KPADSetMplsDpdReviseParam(s32 chan, f32); +s32 KPADGetMplsStatus(s32 chan); + typedef Vec KPADVec[3]; void KPADSetMplsDirReviseBase(s32 chan, Vec *); |
