diff --git a/src/core/hle/service/ptm/ptm_sysm.cpp b/src/core/hle/service/ptm/ptm_sysm.cpp index ab0ed4095..ce5a5a230 100644 --- a/src/core/hle/service/ptm/ptm_sysm.cpp +++ b/src/core/hle/service/ptm/ptm_sysm.cpp @@ -33,7 +33,7 @@ void CheckNew3DS(Service::Interface* self){ u32* cmd_buff = Kernel::GetCommandBuffer(); cmd_buff[1] = RESULT_SUCCESS.raw; - cmd_buff[2] = PTM::CheckNew3Ds(); + cmd_buff[2] = PTM::CheckNew3DS(); } const Interface::FunctionInfo FunctionTable[] = {