mirror of
https://github.com/zeldaret/ss
synced 2026-09-07 11:01:45 -04:00
Merge branch 'mpls' into d_main
This commit is contained in:
@@ -19,6 +19,8 @@ extern BOOL __OSInReboot;
|
||||
void __OSGetExecParams(OSExecParams *out);
|
||||
void __OSLaunchMenu(void);
|
||||
|
||||
void OSExecl(const char* dolfile, const char* arg0, ...);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -74,6 +74,7 @@ u32 SCGetCounterBias(void);
|
||||
void SCGetBtDeviceInfoArray(SCBtDeviceInfoArray *info);
|
||||
void SCSetBtDeviceInfoArray(const SCBtDeviceInfoArray *info);
|
||||
u32 SCGetBtDpdSensibility(void);
|
||||
BOOL SCGetMplsMoviePlay(void);
|
||||
u8 SCGetWpadMotorMode(void);
|
||||
void SCSetWpadMotorMode(u8 mode);
|
||||
u8 SCGetWpadSensorBarPosition(void);
|
||||
|
||||
@@ -3,5 +3,6 @@
|
||||
|
||||
void fn_80006CE0(int, char **);
|
||||
void fn_80006D60();
|
||||
void fn_80006DC0();
|
||||
|
||||
#endif // MPLS_H
|
||||
|
||||
Reference in New Issue
Block a user