From 8cbe9d6fcd8ff21673e75254e26a2788230720ea Mon Sep 17 00:00:00 2001 From: Gareth Higgins Date: Fri, 10 Apr 2015 08:02:39 -0400 Subject: [PATCH] Update ptm_sysm.h Fixed casing --- src/core/hle/service/ptm/ptm_sysm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/hle/service/ptm/ptm_sysm.h b/src/core/hle/service/ptm/ptm_sysm.h index 2b557a885..1a6083c58 100644 --- a/src/core/hle/service/ptm/ptm_sysm.h +++ b/src/core/hle/service/ptm/ptm_sysm.h @@ -11,8 +11,8 @@ namespace PTM { /// Physical version of the 3Ds enum class PhysicalVersion : u8 { - Old3Ds = 0, - New3Ds = 1, + Old3DS = 0, + New3DS = 1, }; class PTM_Sysm_Interface : public Interface {