"various changes to get it building for mac, as well as 64-bit" from zestydev
This commit is contained in:
parent
ed2a2225d7
commit
caea40c6aa
11 changed files with 216 additions and 162 deletions
|
|
@ -39,6 +39,13 @@ static inline void InitPlayerConfig(void)
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: get these properly declared somewhere
|
||||
extern void GWRumbleSet(s32 value);
|
||||
extern void GWMGExplainSet(s32 value);
|
||||
extern void GWMGShowComSet(s32 value);
|
||||
extern void GWMessSpeedSet(s32 value);
|
||||
extern void GWSaveModeSet(s32 value);
|
||||
|
||||
static inline void ResetBoardSettings(void)
|
||||
{
|
||||
GWRumbleSet(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue