Decompile sreset.c

This commit is contained in:
gamemasterplc 2024-02-10 21:53:14 -06:00
parent 02d1718740
commit 4b8ab8425d
6 changed files with 431 additions and 4 deletions

View file

@ -43,7 +43,7 @@ static u8 _PadDStkRepCnt[4];
static u8 _PadDStkRepOld[4];
static s8 _PadErr[4];
static u32 RumbleBit;
u32 VCounter;
s32 VCounter;
static u32 chanTbl[4] = { PAD_CHAN0_BIT, PAD_CHAN1_BIT, PAD_CHAN2_BIT, PAD_CHAN3_BIT };