From 1d9a3d1c92e52874dbbe83f6850d6f187cdde890 Mon Sep 17 00:00:00 2001 From: Gareth Higgins Date: Fri, 10 Apr 2015 08:02:01 -0400 Subject: [PATCH] Update ptm.h Fixed casing Changed return description --- src/core/hle/service/ptm/ptm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/hle/service/ptm/ptm.h b/src/core/hle/service/ptm/ptm.h index 3bb8208b1..f8b65ea60 100644 --- a/src/core/hle/service/ptm/ptm.h +++ b/src/core/hle/service/ptm/ptm.h @@ -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();