mirror of
https://github.com/zeldaret/ss
synced 2026-05-31 09:21:42 -04:00
26af4db82d
* update from dtk-template and start work towards using clangd * include <a> -> "a" * Update build.yml * remove/add non-trivial class in union warning
19 lines
232 B
C
19 lines
232 B
C
#ifndef RVL_SDK_PAD_H
|
|
#define RVL_SDK_PAD_H
|
|
#include "common.h"
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
typedef struct {
|
|
} PADStatus;
|
|
|
|
extern u32 __PADSpec;
|
|
|
|
BOOL __PADDisableRecalibration(BOOL);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|