mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-04 09:08:30 +00:00
pspsysreg.h: Fix sceSysregGetTachyonVersion function prototype
This commit is contained in:
@@ -70,9 +70,8 @@ int sceSysregMeBusClockDisable(void);
|
||||
|
||||
/**
|
||||
* Get the PSP's Tachyon version.
|
||||
* @param version - A pointer to an int to receive the Tachyon version into
|
||||
*/
|
||||
int sceSysregGetTachyonVersion( int* version );
|
||||
int sceSysregGetTachyonVersion(void);
|
||||
|
||||
/**@}*/
|
||||
|
||||
|
Reference in New Issue
Block a user