Update ptm.cpp
Fixed casing of CheckNew3DS
This commit is contained in:
@@ -38,7 +38,7 @@ ChargeLevels GetBatteryLevel() {
|
||||
return ChargeLevels::CompletelyFull; // Set to a completely full battery
|
||||
}
|
||||
|
||||
u8 CheckNew3Ds(){
|
||||
u8 CheckNew3DS(){
|
||||
return static_cast<u8>(PhysicalVersion::Old3Ds);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user