From be7b08e20ab44f885d9f7a37e1b3c1ca5b00d275 Mon Sep 17 00:00:00 2001 From: Gareth Higgins Date: Fri, 10 Apr 2015 08:28:26 -0400 Subject: [PATCH] Update ptm_sysm.cpp Fixed casing of PTM::CheckNew3DS(); --- src/core/hle/service/ptm/ptm_sysm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] = {