mirror of
https://github.com/zeldaret/ss
synced 2026-09-03 09:59:55 -04:00
dc221b4795
* EGG: Archive, DvdFile, DvdRipper * start eggStream * FrmHeap and AssertHeap OK * progress on EggController * port in WPAD stuff * update WPAD/WUD/KPAD/SC symbols * eggController OK * bytematch more CoreController virtual funcs * eggDecomp/eggStreamDecomp Ok * eggDvdRipper OK * EGG gfx splits * Finished Splitting EGG * create egg Files * eggDecomp.h -> eggStreamDecomp.h * Revert some format changes
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
|