pspsysreg.h: Fix sceSysregGetTachyonVersion function prototype

This commit is contained in:
Joel16
2021-12-09 15:45:55 -05:00
parent 191a1b366b
commit 65ec4ecdf9

View File

@@ -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);
/**@}*/