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() {