Decompile optionsGetControlMode and optionsSetControlMode

This commit is contained in:
Ryan Dwyer
2019-12-31 10:07:13 +10:00
parent 823b40ca24
commit 70ba23303f
4 changed files with 54 additions and 60 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
#include <ultra64.h>
#include "types.h"
u32 optionsGetControlMode(void);
u32 optionsSetControlMode(void);
s32 optionsGetControlMode(s32 optionsindex);
void optionsSetControlMode(s32 optionsindex, s32 mode);
u32 func0f152748(void);
u32 func0f152764(void);
s32 optionsGetForwardPitch(s32 optionsindex);