Update ptm.h

Fixed casing
Changed return description
This commit is contained in:
Gareth Higgins 2015-04-10 08:02:01 -04:00
parent 6738f0024a
commit 1d9a3d1c92

View File

@ -56,10 +56,10 @@ u32 GetShellState();
ChargeLevels GetBatteryLevel();
/**
* Checks the physical version of the 3Ds
* @returns The physical version of the 3Ds
* Checks the physical version of the 3DS
* @returns 0 for Old 3DS, 1 for New 3DS
*/
u8 CheckNew3Ds(void);
u8 CheckNew3DS();
/// Initialize the PTM service
void Init();