Merge pull request #74 from joel16/master

pspsysreg.h: Fix sceSysregGetTachyonVersion function prototype
This commit is contained in:
Paul Sajna
2021-12-09 12:54:54 -08:00
committed by GitHub

View File

@@ -70,9 +70,8 @@ int sceSysregMeBusClockDisable(void);
/** /**
* Get the PSP's Tachyon version. * 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);
/**@}*/ /**@}*/