RetroArch/psp1/kernelFunctionsPrx/kernelFunctions.h

16 lines
249 B
C

#ifndef SYSTEMBUTTONS_PRX_H
#define SYSTEMBUTTONS_PRX_H
#ifdef __cplusplus
extern "C" {
#endif
unsigned int readSystemButtons(void);
void loadGame( const char* fileName, void * argp);
#ifdef __cplusplus
}
#endif
#endif /* SYSTEMBUTTONS_PRX_H */