From 22b60fa779ed60d162b282eaf0a42ca5e314e528 Mon Sep 17 00:00:00 2001 From: Gareth Higgins Date: Fri, 10 Apr 2015 08:27:35 -0400 Subject: [PATCH] Update ptm.cpp Fixed casing of Old3DS --- 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 7886700e2..0da92431a 100644 --- a/src/core/hle/service/ptm/ptm.cpp +++ b/src/core/hle/service/ptm/ptm.cpp @@ -39,7 +39,7 @@ ChargeLevels GetBatteryLevel() { } u8 CheckNew3DS(){ - return static_cast(PhysicalVersion::Old3Ds); + return static_cast(PhysicalVersion::Old3DS); } void Init() {