mirror of
https://github.com/pspdev/pspsdk.git
synced 2026-01-03 06:10:35 +00:00
Merge pull request #51 from pspdev/fix_GetTachyonVersion_name
Fix GetTachyonVersion prefix
This commit is contained in:
@@ -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 );
|
||||||
|
|
||||||
/**@}*/
|
/**@}*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user