diff --git a/src/core/hle/service/ptm/ptm_sysm.cpp b/src/core/hle/service/ptm/ptm_sysm.cpp index 76e5a7f01..ab0ed4095 100644 --- a/src/core/hle/service/ptm/ptm_sysm.cpp +++ b/src/core/hle/service/ptm/ptm_sysm.cpp @@ -24,12 +24,12 @@ void IsLegacyPowerOff(Service::Interface* self) { } /** -* Checks the physical version of the 3Ds +* Checks the physical version of the 3DS * Outputs: * 0 : Return header * 1 : 0 if old 3Ds, 1 if new 3DS */ -void CheckNew3Ds(Service::Interface* self){ +void CheckNew3DS(Service::Interface* self){ u32* cmd_buff = Kernel::GetCommandBuffer(); cmd_buff[1] = RESULT_SUCCESS.raw;