mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 07:32:16 -04:00
Discover gbpak and rumble functions
This commit is contained in:
@@ -24,7 +24,7 @@ void joy00014238(void);
|
||||
void joyDebugJoy(void);
|
||||
s32 joyStartReadData(OSMesgQueue *mq);
|
||||
void joyReadData(void);
|
||||
void joyPoll(void);
|
||||
void joysTick(void);
|
||||
void joy00014810(bool value);
|
||||
s32 joyGetNumSamples(void);
|
||||
s32 joyGetStickXOnSample(s32 samplenum, s8 contpadnum);
|
||||
@@ -37,21 +37,21 @@ s32 joyGetStickX(s8 contpadnum);
|
||||
s32 joyGetStickY(s8 contpadnum);
|
||||
u16 joyGetButtons(s8 contpadnum, u16 mask);
|
||||
u16 joyGetButtonsPressedThisFrame(s8 contpadnum, u16 mask);
|
||||
s32 joy000150c4(void);
|
||||
bool joyIsCyclicPollingEnabled(void);
|
||||
|
||||
#if VERSION >= VERSION_NTSC_1_0
|
||||
void joyGetLock(void);
|
||||
void joyReleaseLock(void);
|
||||
void joyDisableCyclicPolling(void);
|
||||
void joyEnableCyclicPolling(void);
|
||||
#else
|
||||
void joyGetLock(s32 line, char *file);
|
||||
void joyReleaseLock(s32 line, char *file);
|
||||
void joyDisableCyclicPolling(s32 line, char *file);
|
||||
void joyEnableCyclicPolling(s32 line, char *file);
|
||||
#endif
|
||||
|
||||
void joyReset(void);
|
||||
void joyGetContpadNumsForPlayer(s8 playernum, s32 *pad1, s32 *pad2);
|
||||
void joy000153c4(s8 device, s32 arg1);
|
||||
void joyStopRumble(s8 device, bool disablepolling);
|
||||
s32 joy000155b4(s8 device);
|
||||
s32 joy000155f4(s8 device);
|
||||
void joy0001561c(void);
|
||||
void joysTickRumble(void);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
#ifndef _IN_LIB_LIB_06330_H
|
||||
#define _IN_LIB_LIB_06330_H
|
||||
#include <ultra64.h>
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
s32 func00006330(OSPfs *pfs, u32 arg1);
|
||||
|
||||
#endif
|
||||
@@ -1,9 +0,0 @@
|
||||
#ifndef _IN_LIB_LIB_50BE0_H
|
||||
#define _IN_LIB_LIB_50BE0_H
|
||||
#include <ultra64.h>
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
u32 func00050be0(void);
|
||||
|
||||
#endif
|
||||
@@ -1,9 +0,0 @@
|
||||
#ifndef _IN_LIB_LIB_50D60_H
|
||||
#define _IN_LIB_LIB_50D60_H
|
||||
#include <ultra64.h>
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
s32 func00050d60(OSPfs *pfs, char *arg1, u8 *arg2);
|
||||
|
||||
#endif
|
||||
@@ -1,9 +0,0 @@
|
||||
#ifndef _IN_LIB_LIB_50F20_H
|
||||
#define _IN_LIB_LIB_50F20_H
|
||||
#include <ultra64.h>
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
u32 func50f20(void);
|
||||
|
||||
#endif
|
||||
@@ -1,9 +0,0 @@
|
||||
#ifndef _IN_LIB_LIB_513B0_H
|
||||
#define _IN_LIB_LIB_513B0_H
|
||||
#include <ultra64.h>
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
s32 func000513b0(OSPfs *pfs, bool arg1, u16 arg2, char *arg3, u16 arg4);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user