Added functions to identify PSP Model

This commit is contained in:
Fighter19
2016-05-15 12:02:58 +02:00
parent 0ec592ff2b
commit 024abb63f2
4 changed files with 21 additions and 3 deletions

View File

@@ -69,6 +69,12 @@ int sceSysregMeBusClockEnable(void);
*/
int sceSysregMeBusClockDisable(void);
/**
* Get the PSP's Tachyon version.
* @param version - A pointer to an int to receive the Tachyon version into
*/
int sceSysconGetTachyonVersion( int* version );
/*@}*/
#ifdef __cplusplus