Merge pull request #51 from pspdev/fix_GetTachyonVersion_name

Fix GetTachyonVersion prefix
This commit is contained in:
Paul Sajna
2021-03-25 21:09:20 -07:00
committed by GitHub

View File

@@ -72,7 +72,7 @@ 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 * @param version - A pointer to an int to receive the Tachyon version into
*/ */
int sceSysconGetTachyonVersion( int* version ); int sceSysregGetTachyonVersion( int* version );
/**@}*/ /**@}*/