Update ptm.cpp

Fixed casing of CheckNew3DS
This commit is contained in:
Gareth Higgins 2015-04-10 07:59:44 -04:00
parent f86489c61a
commit 6738f0024a

View File

@ -38,7 +38,7 @@ ChargeLevels GetBatteryLevel() {
return ChargeLevels::CompletelyFull; // Set to a completely full battery return ChargeLevels::CompletelyFull; // Set to a completely full battery
} }
u8 CheckNew3Ds(){ u8 CheckNew3DS(){
return static_cast<u8>(PhysicalVersion::Old3Ds); return static_cast<u8>(PhysicalVersion::Old3Ds);
} }