Fixes, clearing TODOs
This commit is contained in:
parent
176f6f9638
commit
ada77fe830
8 changed files with 13 additions and 14 deletions
|
|
@ -27,7 +27,9 @@ typedef struct datalist_sprite {
|
|||
GXColor color;
|
||||
} DataListSprite;
|
||||
|
||||
// void fn_1_1EC0(s16 view);
|
||||
#ifndef __MWERKS__
|
||||
void fn_1_1EC0(s16 view);
|
||||
#endif
|
||||
|
||||
s32 fn_1_2490(void);
|
||||
s32 fn_1_37DC(void);
|
||||
|
|
|
|||
|
|
@ -197,7 +197,6 @@ static inline void GWRumbleSet(s32 value)
|
|||
{
|
||||
GWGameStat.rumble = value;
|
||||
if (value == 0) {
|
||||
// TODO PC: get rumble working
|
||||
HuPadRumbleAllStop();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue