mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 10:41:04 +00:00
Update ptm.h
Fixed casing Changed return description
This commit is contained in:
parent
6738f0024a
commit
1d9a3d1c92
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user