FreePlay
Joined: 04 Jan 2006 Posts: 71 Location: Schenectady, New York, USA
|
Posted: Mon Oct 01, 2007 8:35 pm Post subject: |
|
|
It's amazing what you can learn by reading the header files from the SDK...
| Code: | /**
* Get the firmware version.
*
* @returns The firmware version.
* 0x01000300 on v1.00 unit,
* 0x01050001 on v1.50 unit,
* 0x01050100 on v1.51 unit,
* 0x01050200 on v1.52 unit,
* 0x02000010 on v2.00/v2.01 unit,
* 0x02050010 on v2.50 unit,
* 0x02060010 on v2.60 unit,
* 0x02070010 on v2.70 unit,
* 0x02070110 on v2.71 unit.
*/
int sceKernelDevkitVersion(void);
| etc. |
|