From 6738f0024a8f477c3e7c1c80c26d9c0fdae263c1 Mon Sep 17 00:00:00 2001 From: Gareth Higgins Date: Fri, 10 Apr 2015 07:59:44 -0400 Subject: [PATCH] Update ptm.cpp Fixed casing of CheckNew3DS --- src/core/hle/service/ptm/ptm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hle/service/ptm/ptm.cpp b/src/core/hle/service/ptm/ptm.cpp index 891605c37..7886700e2 100644 --- a/src/core/hle/service/ptm/ptm.cpp +++ b/src/core/hle/service/ptm/ptm.cpp @@ -38,7 +38,7 @@ ChargeLevels GetBatteryLevel() { return ChargeLevels::CompletelyFull; // Set to a completely full battery } -u8 CheckNew3Ds(){ +u8 CheckNew3DS(){ return static_cast(PhysicalVersion::Old3Ds); }