match and link pad.c

This commit is contained in:
Prakxo
2023-05-04 10:00:22 +00:00
parent f09c06cbfe
commit 879041ed4b
4 changed files with 32 additions and 1 deletions
+6
View File
@@ -16,6 +16,12 @@ typedef struct {
/* 0x12 */ OSContPad off;
} pad_t;
int pad_physical_stick_x(pad_t*);
int pad_physical_stick_y(pad_t*);
void pad_set_logical_stick(pad_t*, int, int);
void pad_correct_stick(pad_t*);
#ifdef __cplusplus
}
#endif