mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 12:59:41 -04:00
Decompile optionsGetControlMode and optionsSetControlMode
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user