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); }