Update ptm_sysm.h

Fixed casing
This commit is contained in:
Gareth Higgins 2015-04-10 08:02:39 -04:00
parent 1d9a3d1c92
commit 8cbe9d6fcd

View File

@ -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 {