mirror of
https://github.com/pspdev/pspsdk.git
synced 2026-01-04 22:30:34 +00:00
Added functions to identify PSP Model
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user