Update ptm.cpp

Fixed casing of Old3DS
This commit is contained in:
Gareth Higgins 2015-04-10 08:27:35 -04:00
parent f3f2a644d0
commit 22b60fa779

View File

@ -39,7 +39,7 @@ ChargeLevels GetBatteryLevel() {
}
u8 CheckNew3DS(){
return static_cast<u8>(PhysicalVersion::Old3Ds);
return static_cast<u8>(PhysicalVersion::Old3DS);
}
void Init() {