Fix GetTachyonVersion prefix

This commit is contained in:
John Kelley
2021-03-25 23:10:17 -04:00
committed by GitHub
parent bdf459303c
commit 8595e112e1

View File

@@ -72,7 +72,7 @@ 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 );
int sceSysregGetTachyonVersion( int* version );
/**@}*/