Files
ss/include/rvl/PAD/Pad.h
T
Elijah Thomas dc221b4795 Misc Egg (#37)
* 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
2024-10-01 20:24:25 -04:00

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