mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-15 12:24:39 +00:00
Create headers for some libu64 files (#2440)
* Create headers for some libu64 files * apply bss patch
This commit is contained in:
parent
ab37332793
commit
f448a48cd6
16 changed files with 81 additions and 45 deletions
|
@ -2,6 +2,7 @@
|
|||
#define PADMGR_H
|
||||
|
||||
#include "ultra64.h"
|
||||
#include "libu64/pad.h"
|
||||
#include "irqmgr.h"
|
||||
#include "versions.h"
|
||||
|
||||
|
@ -11,13 +12,6 @@ typedef enum ControllerPakType {
|
|||
CONT_PAK_OTHER
|
||||
} ControllerPakType;
|
||||
|
||||
typedef struct Input {
|
||||
/* 0x00 */ OSContPad cur;
|
||||
/* 0x06 */ OSContPad prev;
|
||||
/* 0x0C */ OSContPad press; // X/Y store delta from last frame
|
||||
/* 0x12 */ OSContPad rel; // X/Y store adjusted
|
||||
} Input; // size = 0x18
|
||||
|
||||
typedef struct PadMgr {
|
||||
/* 0x0000 */ OSContStatus padStatus[MAXCONTROLLERS];
|
||||
/* 0x0010 */ OSMesg serialMsg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue