mirror of
https://github.com/zeldaret/ss
synced 2026-07-02 20:15:56 -04:00
16 lines
201 B
C
16 lines
201 B
C
#ifndef RVL_SDK_PAD_H
|
|
#define RVL_SDK_PAD_H
|
|
#include <common.h>
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern u32 __PADSpec;
|
|
|
|
BOOL __PADDisableRecalibration(BOOL);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|